summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-1917-46/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgraded Ammonite to 1.0.5-7-f032887 that includes a Java 9 performance optimization for mill's client-server mode (lihaoyi/Ammonite#773). * Java 9 optimization for interactive mode by caching rt.jar. * Refactored based on @lihaoyi's comments on #239. * Removed client side rt.jar caching. * Propagatio of home path from Cli. * Propagation, propagation, propagation!
| * Propagate more things into Tests of ScalaModule (#236)Gabriele Petronella2018-03-191-0/+3
| |
| * Fixed AppVeyor cache config.Robby2018-03-191-1/+1
| |
| * Fixed AppVeyor cache config.Robby2018-03-191-1/+1
| |
| * Update 1 - Intro to Mill.md (#242)Ryan Williams2018-03-181-2/+2
| |
* | bump utest versionLi Haoyi2018-03-181-1/+1
| |
* | properly pass arguments to forked tests in a way that doesn't botch whitespacesLi Haoyi2018-03-183-16/+27
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-1829-129/+367
|\
| * Bump the server timeout to 5 minutesLi Haoyi2018-03-181-2/+2
| | | | | | We can probably afford to keep it around a bit longer to avoid having to cold-start it so often...
| * Add closing backtick to `java.lang.Process` (#240)Jisoo Park2018-03-181-1/+1
| | | | | | It deserves it.
| * Use mill interactive mode to test on cygwin and updated changelog in readme.md.Robby2018-03-172-16/+28
| |
| * Rename 'describe' to 'inspect' in the docs, following 6336860 (#235)Gabriele Petronella2018-03-172-17/+17
| |
| * Skip signature files in assembly (#232)Gabriele Petronella2018-03-171-3/+8
| |
| * Updated changelog in readme.md.Robby2018-03-171-0/+12
| |
| * Test mill on cygwin.Robby2018-03-171-9/+15
| |
| * Test mill (client/server) non-interactive on Windows and set jna.nosys=true ↵Robby2018-03-162-5/+12
| | | | | | | | | | | | | | | | as default (#229) * If unspecified, set the jna.nosys property to true on non-interactive (client/server) mode. * Run publishLocal and release (interactive) on AppVeyor and use the resulting mill to test mill (non-interactive).
| * Windows non-interactive (client/server) support, and fix assembly and posix ↵Robby2018-03-166-32/+81
| | | | | | | | | | | | | | | | | | file permission (#228) * Added support for non-interactive (client/server) mode on Windows * Fixed assembly URI path * Skip setting posix file permission on Windows
| * update readme and CI to 0.1.6rockjam2018-03-143-3/+3
| |
| * 0.1.60.1.6rockjam2018-03-131-0/+4
| |
| * Changed some tests use non-interactive mode on travis Java 9.Robby2018-03-132-2/+2
| |
| * Fixes for non-interactive (client/server) mode on Java 9 (#221)Robby2018-03-135-11/+28
| | | | | | | | | | | | * Fixes for client/server mode on Java 9. * Upgraded ammonite to 1.0.5-4-c0cdbaf.
| * Update readme.md to fix a typo (#223)Alexis Hernandez2018-03-131-2/+2
| | | | | | | | | | | | * Update readme.md to fix a typo * Update readme.md
| * update readme and CI configuration to mill 0.1.5rockjam2018-03-133-4/+4
| |
| * 0.1.50.1.5rockjam2018-03-131-1/+27
| |