summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Collapse)AuthorAgeFilesLines
* Better error messages when publishing to Sonatype (#138)Andrew Richards2018-02-192-1/+4
|
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-183-5/+5
|
* Add `mill dev` support to our own buildLi Haoyi2018-02-181-0/+13
| | | | Also add Ammonite `foo.repl` support to Mill
* Try to make ScalaModule#console work...Li Haoyi2018-02-181-1/+1
|
* explicitly pass in a non-null working dir to ScalaModule#consoleLi Haoyi2018-02-181-1/+2
|
* WIP getting tests passing againLi Haoyi2018-02-171-1/+1
|
* properly pass through failures from scalaworker maven resolution failuresLi Haoyi2018-02-171-5/+5
|
* Add unit test for main method discoveryLi Haoyi2018-02-178-22/+77
|
* Merge branch '130'Li Haoyi2018-02-173-5/+42
|\
| * Discover main class(es) via zincajrnz2018-02-163-5/+42
| |
* | Resolve individual Scala files before passing them to `ScalaModule#compile`, ↵Li Haoyi2018-02-171-1/+9
|/ | | | to ensure other rubbish in the source folders (e.g. vim `.swp` files) do not trigger spurious recompiles
* fix GenIdea testsLi Haoyi2018-02-1110-68/+8
|
* more tidying upLi Haoyi2018-02-112-12/+12
|
* Refactor ScalaModule to simplify it and delay ivy resolution until the last ↵Li Haoyi2018-02-113-57/+41
| | | | moment
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, ↵Li Haoyi2018-02-111-1/+2
| | | | to reduce the change for conflict
* WIP getting Scala.js dependencies working nicelyLi Haoyi2018-02-115-39/+81
|
* Make ScalaJSModule avoid stomping over existing definitionsLi Haoyi2018-02-101-3/+3
|
* fix CrossSbtModule#Tests#sourcesLi Haoyi2018-02-101-1/+1
|
* move docs around, try to fix publishAllLi Haoyi2018-02-102-4/+5
|
* Some long-overdue renamingsLi Haoyi2018-02-093-8/+8
|
* Allow publishing to sonatype without immediate releaseLi Haoyi2018-02-092-23/+36
|
* .Li Haoyi2018-02-091-2/+4
|
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix ↵Li Haoyi2018-02-082-7/+16
| | | | GenIdea by making it take an Evaluator as an argument
* wipLi Haoyi2018-02-071-4/+4
|
* attempt to fix publishAllLi Haoyi2018-02-072-1/+2
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-061-3/+3
|\
* | all T.commands to take targets as CLI arguments, and use that to get rid of ↵Li Haoyi2018-02-061-17/+22
|/ | | | our custom releaseCI/releaseManual commands
* Properly include the base path of the publish-destination URLs0.0.7Li Haoyi2018-02-041-6/+9
|
* Fix github release creation, add new batch publishing capability to try and ↵0.0.5Li Haoyi2018-02-042-51/+79
| | | | speed up publishing lots of modules
* 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-041-15/+8
|
* properly embed the local module dependency graph metadata in published pom.xmlsLi Haoyi2018-02-041-4/+19
|
* allow Result.Failure to take a valueLi Haoyi2018-02-043-7/+10
|
* Fix testsLi Haoyi2018-02-041-8/+3
|
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-042-2/+8
|
* catch compile-failure exceptions to avoid showing the stack traceLi Haoyi2018-02-041-1/+1
|
* Fix ScalaWorker test runs to make them properly break the buildLi Haoyi2018-02-041-3/+6
|
* Fix `HelloJsWorld` testsLi Haoyi2018-02-043-7/+6
|
* Use the full path of a ScalaModule in it's default artifact name, rather ↵Li Haoyi2018-02-041-1/+1
| | | | than just the last segment
* fix mill_version use siteLi Haoyi2018-02-041-1/+1
|
* Publish all modules to support intellij navigation within build files, and ↵Li Haoyi2018-02-042-2/+2
| | | | remove hardcoded mill version from `ScalaWorkerApi`
* wip auto publishing...Li Haoyi2018-02-041-2/+2
|
* Remove the default `publishVersion` from `PublishModule`, and add `--batch` ↵Li Haoyi2018-02-043-3/+3
| | | | to gpg shellout to avoid popping up a password screen
* Fix GenIdea testsLi Haoyi2018-02-032-6/+6
|
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-032-21/+16
|
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-038-100/+143
| | | | Also standardize the `HelloWorldTests` onto the typical project layout, where the module of interest is nested within a top-level `BaseModule`
* fix the externalOutPath for RunScript/GenIdea/ReplApplyHandlerLi Haoyi2018-02-031-1/+1
|
* fix scalalib testsLi Haoyi2018-02-034-111/+112
|
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ↵Li Haoyi2018-02-032-28/+7
| | | | `utest.framework.TestPath`
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-024-18/+11
| | | | - Remove un-used `Evaluator#millSourcePath` parameter