summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Test mill batch (.bat) in AppVeyorRobby2018-04-031-6/+8
| | |
* | | revive #254 and fix #268 (#274)Sheng Chen2018-04-027-15/+141
| | |
* | | Updated ci tests.Robby2018-04-028-14/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f
* | | revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268Li Haoyi2018-04-017-141/+15
| | |
* | | fixes #173; use default(compile) configuration for deps as default (#270)Nikolay Tatarinov2018-04-012-4/+14
| | |
* | | Updated readme.md changelog. [skip ci]Robby2018-03-311-5/+7
| | |
* | | Added some entries for master in readme.md changelog.Robby2018-03-311-9/+24
| | |
* | | Updated appveyor cache.Robby2018-03-311-1/+1
| | |
* | | Detect sh/batch launcher, dev.assembly, and release filename.Robby2018-03-312-18/+21
| | |
* | | fix buildLi Haoyi2018-03-312-2/+2
|/ /
* | Bump Ammonite versionsLi Haoyi2018-03-311-2/+2
| |
* | Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-293-84/+99
|/
* Windows client/server improvements (#262)Robby2018-03-295-18/+33
|
* bump ammonite version to fix https://github.com/lihaoyi/mill/issues/184Li Haoyi2018-03-283-7/+9
|
* use repositories from the mill build to bootstrap idea project generation (#263)Sheng Chen2018-03-281-3/+3
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-2724-21/+917
|\
| * fix type in release.sh scriptrockjam2018-03-281-1/+1
| |
| * WIP: Play json build (#182)Nikolay Tatarinov2018-03-2815-5/+770
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * play json build * build progress * add check task * try to make play json js build * scalariform and mima plugins in separate files. check mima * better error message for mima compatibility check * fix scala 2.10 compilation * license headers support * add jmh support * fix reformat on compile; fix code validation; extract base module * remove scala 2.13 from cross versions * include play-json in integration tests * add example .travis.yml * bring back scala 2.13 support * make reformat target, not command * add release task * update mill version in travis.yml * update release script * update release process * add README.md for play json build
| * Removed ~/.mill before running mill test.Robby2018-03-273-1/+6
| |
| * add exclusions and custom configuration to dependencies (#254)Sheng Chen2018-03-267-15/+141
| | | | | | | | | | | | * doc to address #187 and #246 * add exclusions and custom configuration to dependencies and tests
* | Ensure that transitive ivy jars are not directly aggregated under a module's ↵Li Haoyi2018-03-262-10/+37
|/ | | | | | `runClasspath`; only the ivy coordinates are aggregated, and every module resolves it's own set of ivy jars using coursier, which avoids duplicate jars entering the classpath through ivy Fixes https://github.com/lihaoyi/mill/issues/211
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-266-14/+9
|\
| * Use mill 0.1.7-8-b913c6 for ci test.Robby2018-03-264-7/+7
| |
| * Upgrade Ammonite to 1.1.0-3-73d5734.Robby2018-03-263-4/+4
| |
| * Use mill interactive mode to test in AppVeyor.Robby2018-03-261-1/+1
| |
| * Enable repl in Windows now Ammonite supports it (lihaoyi/Ammonite#775).Robby2018-03-261-6/+1
| |
| * Bump up Ammonite in ScalaModule.Robby2018-03-261-1/+1
| |
| * Bumped up sleep for Win32NamedPipeSocket init.Robby2018-03-261-1/+1
| |
| * downgrade mill in CI and build to make CI passrockjam2018-03-263-6/+6
| |
* | remove /target/bin prefix from mill examples in Common Project LayoutsLi Haoyi2018-03-261-4/+4
|/
* update build to ammonite 1.1.0 and mill 0.1.7Li Haoyi2018-03-254-8/+8
|
* update doc download-link to 0.1.7Li Haoyi2018-03-251-1/+1
|
* 0.1.70.1.7Li Haoyi2018-03-251-2/+23
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-259-45/+79
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-254-26/+71
| | | | | | | | | | | | | | | | | | | | * fix class loading for inprocess in java 9 * always add rt jar in case of java 9 * move all custom classloading logic into mill.util.ClassLoader * add comments explaining parent class loader changes and comment in tests pointing to original issue
| * remove deprecated things from POM in build.scrockjam2018-03-241-12/+2
| |
| * use Cache.default to determine coursier location(fixes tests on my OS X)rockjam2018-03-243-5/+4
| |
| * Make docJar use compileClasspath instead of runClasspathLi Haoyi2018-03-221-1/+1
| |
| * Properly print out done message after tests finishLi Haoyi2018-03-221-1/+1
| |
* | update bump Ammonite to 1.1.0 stableLi Haoyi2018-03-252-4/+3
| |
* | bump upickle, ammonite versionsLi Haoyi2018-03-254-44/+55
| |
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-245-10/+10
| |
* | wip upgrading to the new version of upickleLi Haoyi2018-03-245-46/+45
|/
* allow '-' char to be in cross selectorsrockjam2018-03-202-3/+4
|
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-207-26/+35
| | | | | | | | | | * return full scala version for milestone releases * complete support for scala 2.13.0-M2 * match 2.13 milestone releases for compiler bridge sources * add hello world test case for scala 2.13.0-M3
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-204-37/+109
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-191-0/+18
|\
| * doc to address #187 and #246 (#248)Sheng Chen2018-03-191-0/+18
| |
* | avoid showing a stack trace if the ScalaJSModule gives a linking error, ↵Li Haoyi2018-03-194-11/+34
|/ | | | since the stdout will have the necessary information for debugging anyway
* mergeLi Haoyi2018-03-1919-48/+78
|\