summaryrefslogtreecommitdiff
path: root/main/test
Commit message (Collapse)AuthorAgeFilesLines
* - Add `mill version` commandLi Haoyi2018-04-062-0/+43
| | | | - Make `Evaluator` robust against `null` results
* bump upickle, ammonite versionsLi Haoyi2018-03-251-38/+40
|
* update to latest Ammonite using latest upickle RCLi Haoyi2018-03-241-1/+1
|
* allow '-' char to be in cross selectorsrockjam2018-03-201-2/+3
|
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-191-1/+1
| | | | | | | | | | | | | | * 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!
* Windows non-interactive (client/server) support, and fix assembly and posix ↵Robby2018-03-161-1/+1
| | | | | | | | | file permission (#228) * Added support for non-interactive (client/server) mode on Windows * Fixed assembly URI path * Skip setting posix file permission on Windows
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ↵Robby2018-03-101-0/+5
| | | | | | | | | | 9 (#217) * Append "exported rt.jar" when creating URLClassLoader. * Disabled tests involving Scala 2.10 & 2.11 and nashorn. * Use java.net.URLClassLoader.
* Added AppVeyor configuration and made JavaCompilerJarTests compatible with ↵Robby2018-03-071-4/+4
| | | | | | | | | | Windows (#207) * Added AppVeyor config. * Made JavaCompilerJarTests compatible with Windows. * Disabled scalalib.test for now due to issues with Windows path length limit.
* fix testsLi Haoyi2018-03-032-7/+7
|
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-031-5/+5
| | | | Also re-write `Jvm.createAssembly` to allow incremental assembly construction. This should allow much faster assembly creation in the common case where upstream dependencies do not change
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-253-5/+5
|
* cache hashCodes as part of meta.json to avoid needlessly re-hashing thingsLi Haoyi2018-02-251-1/+4
|
* Update ScriptTestSuite.scalaLi Haoyi2018-02-241-1/+1
|
* Properly propagate exit codes from server output to clientLi Haoyi2018-02-241-1/+1
|
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-222-2/+2
| | | support multiple test frameworks
* fix-testsLi Haoyi2018-02-2110-24/+21
|
* Cleanup...Li Haoyi2018-02-201-1/+1
|
* First pass at cleaning up evaluator caching systemLi Haoyi2018-02-201-1/+1
|
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-191-0/+62
|
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-181-9/+9
|
* Update resolution tests in `MainTests.scala`Li Haoyi2018-02-172-15/+52
| | | | Added test cases for new "Did you mean...", "Try `mill.resolve ...`" hints
* WIP getting tests passing againLi Haoyi2018-02-171-3/+3
|
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-113-8/+16
|
* Refactor ScalaModule to simplify it and delay ivy resolution until the last ↵Li Haoyi2018-02-111-2/+2
| | | | moment
* fix testsLi Haoyi2018-02-103-25/+27
|
* - DRY up `Resolve.scala`Li Haoyi2018-02-093-31/+40
| | | | | - Add a version of `Resolve` that resolves names only, but works on entrypoints/etc. without needing arguments - Fix tests to compile with new `multiSelect` parsing flag
* get rid of external watch flagLi Haoyi2018-02-091-1/+1
|
* .Li Haoyi2018-02-0926-0/+2499