summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-108-16/+44
| | | | | | | | | | | | | | | | * Test mill using Java 9 (in addition to Java 8). * Use mill -i. * Fixed Java 9 path.
| * MainModule/resolve: print results sorted alphabetically (#216)Shani Elharrar2018-03-101-1/+1
| | | | | | Fixes #161
| * Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ↵Robby2018-03-108-25/+42
| | | | | | | | | | | | | | | | | | | | 9 (#217) * Append "exported rt.jar" when creating URLClassLoader. * Disabled tests involving Scala 2.10 & 2.11 and nashorn. * Use java.net.URLClassLoader.
| * Update 1 - Intro to Mill.md (#218)benjaminfrank2018-03-101-0/+8
| |
| * Support for Java 9 (and 10). (#215)Robby2018-03-101-1/+1
| |
| * ScalaJSModule: Support to switch between NoModule and CommonJSModule ↵Lorenzo Gabriele2018-03-094-14/+46
| | | | | | | | ModuleKinds (#212)
| * ScalaModule: Added ivyDepsTree command (#213)Shani Elharrar2018-03-091-0/+15
| |
| * fix #174 skip interfaces when finding tests (#210)Francis De Brabandere2018-03-081-2/+2
| |
* | Properly close Scala.js test adapters when done, after letting the IO drain ↵Li Haoyi2018-03-184-16/+28
|/ | | | properly
* include compileIvyDeps when generating intellij projectsLi Haoyi2018-03-071-1/+1
|
* fix #185 include "optional" artifacts if they exist (#209)Francis De Brabandere2018-03-071-12/+29
| | | | this brings the mill code in line with ammonite see https://github.com/lihaoyi/Ammonite/pull/713/files
* Added AppVeyor configuration and made JavaCompilerJarTests compatible with ↵Robby2018-03-072-4/+32
| | | | | | | | | | Windows (#207) * Added AppVeyor config. * Made JavaCompilerJarTests compatible with Windows. * Disabled scalalib.test for now due to issues with Windows path length limit.
* Fixes for Windows. (#205)Robby2018-03-062-11/+14
|
* fix optional xml tags in POM (#198)Nikolay Tatarinov2018-03-062-32/+222
|
* Improve fullOpt behavior (#203)Dennis4b2018-03-052-4/+12
| | | | | | | | | Specifically, fix 2 issues in order to better mirror the behavior of "sbt fullOptJS" - Invoke the Google Closure Compiler after generating the optimized Javascript output - Set scala.scalajs.LinkingInfo.developmentMode = false (and productionMode = true) when building fullOpt in order to allow Scala.js code to distinguish between development and production mode.
* Add out/{module_name} as a content root in generated IntelliJ project (#196)Jeremy Apthorp2018-03-052-2/+10
|
* re #180 document global configuration (#200)Francis De Brabandere2018-03-051-0/+24
|
* correct assembled mill binary path in readme (#202)Francis De Brabandere2018-03-051-5/+3
|