summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix testsLi Haoyi2018-02-105-32/+39
|
* - DRY up `Resolve.scala`Li Haoyi2018-02-098-173/+242
| | | | | - 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
* CleanupLi Haoyi2018-02-094-52/+63
|
* Parse args directly in MainModule commands to allow for ``--all`-style ↵Li Haoyi2018-02-096-108/+96
| | | | argument parsing
* get rid of external watch flagLi Haoyi2018-02-095-42/+25
|
* add release flag to CI release scriptLi Haoyi2018-02-091-0/+2
|
* Some long-overdue renamingsLi Haoyi2018-02-099-70/+73
|
* Allow publishing to sonatype without immediate releaseLi Haoyi2018-02-093-35/+51
|
* Merge branch 'master' into publishAllLi Haoyi2018-02-095-17/+111
|\
| * scala.js run (#127)Nikolay Tatarinov2018-02-095-17/+111
| | | | | | | | scala.js run command
* | .Li Haoyi2018-02-0954-165/+239
| |
* | vendor ammonite.main code so we can properly handle arity-0 CLI args, fix ↵Li Haoyi2018-02-0826-181/+512
| | | | | | | | GenIdea by making it take an Evaluator as an argument
* | wipLi Haoyi2018-02-0715-44/+521
|/
* attempt to fix publishAllLi Haoyi2018-02-0714-36/+60
|
* .Li Haoyi2018-02-062-2/+3
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-066-12/+15
|\
| * fix introspection of children on console (eg build) (#128)ajrnz2018-02-061-2/+2
| | | | | | this used to work but stopped, I guess, after some on segments
* | all T.commands to take targets as CLI arguments, and use that to get rid of ↵Li Haoyi2018-02-0610-99/+120
|/ | | | our custom releaseCI/releaseManual commands
* re-enable test suites in CILi Haoyi2018-02-041-8/+8
|
* Properly include the base path of the publish-destination URLs0.0.7Li Haoyi2018-02-042-8/+10
|
* Fix github release creation, add new batch publishing capability to try and ↵0.0.5Li Haoyi2018-02-043-59/+94
| | | | speed up publishing lots of modules
* configure master-only-ness in travis rather than scala0.0.4Li Haoyi2018-02-041-3/+2
|
* wip getting release.sh working0.0.3Li Haoyi2018-02-043-26/+26
|
* CleanupLi Haoyi2018-02-049-12/+31
|
* re-enable better-files test but with a newer version with offending ↵Li Haoyi2018-02-043-3/+7
| | | | CI-failure commented out
* disable better-files tests for now since they seem broken only in travisLi Haoyi2018-02-041-5/+1
|
* limit better-files tests to a smaller subset to try and make CI happyLi Haoyi2018-02-041-6/+5
|
* add upstream dependencies to ivy.xmlLi Haoyi2018-02-043-20/+10
|
* properly embed the local module dependency graph metadata in published pom.xmlsLi Haoyi2018-02-043-8/+27
|
* Publish more things to try and get releaseAssembly tests workingLi Haoyi2018-02-041-1/+5
|
* fix artifact naming for publishLocal/publishLi Haoyi2018-02-042-8/+5
|
* allow Result.Failure to take a valueLi Haoyi2018-02-0411-32/+61
|
* Fix testsLi Haoyi2018-02-048-36/+49
|
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-0415-62/+136
|
* catch compile-failure exceptions to avoid showing the stack traceLi Haoyi2018-02-044-49/+51
|
* Fix ScalaWorker test runs to make them properly break the buildLi Haoyi2018-02-042-4/+7
|
* Fix `HelloJsWorld` testsLi Haoyi2018-02-045-41/+40
|
* Test fixes...Li Haoyi2018-02-042-7/+6
|
* try to fix git head in test4.shLi Haoyi2018-02-041-0/+3
|
* Use the full path of a ScalaModule in it's default artifact name, rather ↵Li Haoyi2018-02-043-2/+11
| | | | than just the last segment
* fix compileLi Haoyi2018-02-041-0/+1
|
* add a travis builder that exercises the releaseAssemblyLi Haoyi2018-02-042-0/+25
|
* fix mill_version use siteLi Haoyi2018-02-041-1/+1
|
* Embed the `MILL_VERSION` to the `releaseAssembly` CLI flags so it knows ↵Li Haoyi2018-02-042-2/+2
| | | | which version of the various Mill jars it needs to resolve from maven central
* Publish all modules to support intellij navigation within build files, and ↵Li Haoyi2018-02-043-2/+6
| | | | remove hardcoded mill version from `ScalaWorkerApi`
* wip auto publishing...Li Haoyi2018-02-046-7/+113
|
* Remove the default `publishVersion` from `PublishModule`, and add `--batch` ↵Li Haoyi2018-02-045-7/+8
| | | | to gpg shellout to avoid popping up a password screen
* Fix GenIdea testsLi Haoyi2018-02-032-6/+6
|
* Show a proper error message when invoking a command failsLi Haoyi2018-02-033-12/+30
|
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-039-64/+96
|