summaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
...
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-0813-160/+487
* wipLi Haoyi2018-02-076-15/+483
* attempt to fix publishAllLi Haoyi2018-02-075-18/+41
* .Li Haoyi2018-02-062-2/+3
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-063-4/+2
|\
| * fix introspection of children on console (eg build) (#128)ajrnz2018-02-061-2/+2
* | all T.commands to take targets as CLI arguments, and use that to get rid of o...Li Haoyi2018-02-064-17/+66
|/
* allow Result.Failure to take a valueLi Haoyi2018-02-044-15/+39
* Fix testsLi Haoyi2018-02-041-2/+0
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-046-54/+83
* Use the full path of a ScalaModule in it's default artifact name, rather than...Li Haoyi2018-02-041-0/+9
* wip auto publishing...Li Haoyi2018-02-042-2/+3
* Show a proper error message when invoking a command failsLi Haoyi2018-02-031-9/+17
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-033-21/+46
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-034-5/+17
* fix the externalOutPath for RunScript/GenIdea/ReplApplyHandlerLi Haoyi2018-02-032-2/+2
* fix scalalib testsLi Haoyi2018-02-032-8/+5
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-026-34/+18
* Enforce that only one task in a group can use `T.ctx().dest` https://github.c...Li Haoyi2018-02-022-14/+33
* automatically create dest directory for targets to useLi Haoyi2018-02-023-6/+2
* use an implicit to indicate whether a ctx is within an external moduleLi Haoyi2018-02-023-11/+25
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-026-24/+30
* consolidate test initialization logic into TestEvaluatorLi Haoyi2018-02-023-2/+4
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-021-2/+45
* Move `ScalaWorkerApi`/`ScalaJSBridge` over to new `ExternalModule` classLi Haoyi2018-02-021-3/+14
* Fix propagation of overriden `Module#basePath` and add a test to verify it's ...Li Haoyi2018-02-022-2/+5
* DRY up test suite by making `Discover` generation implicitLi Haoyi2018-01-286-35/+30
* Fix publishLocal of Mill's own buildLi Haoyi2018-01-271-2/+2
* Make `idea` task configure the root module to have IntelliJ properly handle t...Li Haoyi2018-01-271-2/+2
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-267-26/+83
* Remove obsolete `Loader` context APILi Haoyi2018-01-242-19/+4
* Make `T.worker`s compute their signature based on their inputs, rather than t...Li Haoyi2018-01-232-32/+35
* Make `T.worker`s compute their signature based on their inputs, rather than t...Li Haoyi2018-01-231-19/+26
* update mill build to work with new isolated scalaworkerLi Haoyi2018-01-232-13/+2
* Small cleanup of duplicate `Task` code into `NamedTaskImpl`Li Haoyi2018-01-231-20/+10
* WIP splitting `mill.scalaworker` out of `mill.scalalib` and into it's own iso...Li Haoyi2018-01-237-62/+74
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to `te...Li Haoyi2018-01-213-15/+27
* Give `mill.Module` a useful default `toString`, and make the REPLs pprint wor...Li Haoyi2018-01-212-1/+2
* Implement basic wildcard task running via e.g. `mill _.compile`Li Haoyi2018-01-215-25/+70
* - Make `docsJar` and `sourcesJar` more robust against empty inputsLi Haoyi2018-01-212-27/+33
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-2048-1960/+0
* Use the classloader that defines the `build.sc` root Module to get a classpat...Li Haoyi2018-01-192-2/+8
* Run Main.main in current process (#115)Minghao Liu2018-01-191-0/+57
* Introduce an Ammonite build to our test suiteLi Haoyi2018-01-174-22/+21
* Implement downloading/caching of binaries and java-source-folder support to m...Li Haoyi2018-01-171-0/+26
* - Collapse `Ctx#segments` and `Ctx#segments0` into one field, instead doing t...Li Haoyi2018-01-156-36/+34
* Add some test cases for nested target discovery, which also implicitly tests ...Li Haoyi2018-01-154-8/+67
* - Test cases for `basePath` behavior in cross-buildsLi Haoyi2018-01-154-71/+57
* Extract out miscellanous mill.define.Module helpers into the millInternal nam...Li Haoyi2018-01-147-73/+87
* - Move synthetic SBT projects into `target` folderLi Haoyi2018-01-141-5/+0