summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-2614-60/+169
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-251-1/+1
* 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-232-19/+28
* Add some basic tests for `T.{persistent,input,worker}` behavior, including a ...Li Haoyi2018-01-231-0/+104
* 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-216-60/+245
* - 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-70/+1
* 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
* More fixes for `GenIdea` dealing with nested modulesLi Haoyi2018-01-141-1/+1
* Fix GenIdea logic again...Li Haoyi2018-01-145-14/+19
* fix-replLi Haoyi2018-01-141-1/+2
* more work to get tests passing...Li Haoyi2018-01-143-9/+25
* Some tweaks to get tests passing...Li Haoyi2018-01-146-38/+21
* Everything seems to compile with new, minimal `Discover` implementation...Li Haoyi2018-01-148-54/+147
* `traverse` seems to work, still missing `Command` discoveryLi Haoyi2018-01-133-19/+37
* WIP getting rid of `discover/` phase: `core/test:compile` works, but some thi...Li Haoyi2018-01-1325-770/+258
* Make `Module#reflect` only return instance methodsLi Haoyi2018-01-133-4/+7
* Remove targets generation in Mirror, in favor of just using java.reflectLi Haoyi2018-01-137-39/+23
* rename OSet -> AggLi Haoyi2018-01-1317-184/+184
* Migrate most classpath-related code onto `Loose.OSet` abstraction, to enforce...Li Haoyi2018-01-1317-114/+131
* Allow `Cross`-builds to themselves be `Module`s so you can nest stuff insideLi Haoyi2018-01-121-2/+7
* fix testsLi Haoyi2018-01-122-3/+3
* Add some doccommentsLi Haoyi2018-01-123-0/+26
* Allow implicit `crossModule()` syntax to automatically find a set of cross-co...Li Haoyi2018-01-122-4/+27
* - Better error reporting in `ReplApplyHandler`Li Haoyi2018-01-122-2/+28
* Clean up `Logger.scala` a bitLi Haoyi2018-01-121-32/+16
* Properly close file inputstreams after hashing files, and eagerly close class...Li Haoyi2018-01-111-0/+2
* ability to run multiple tasks via bash/zsh braces expansion (#104) fixes #31Nikolay Tatarinov2018-01-105-49/+415
* Tidy up `Cross` implementationLi Haoyi2018-01-081-37/+24
* Simplify `Evaluator.Mapping` and consolidate logic within the `Segments` data...Li Haoyi2018-01-0817-102/+105
* Consolidate `Cross` and `CrossModule`, eliminate now-unused `map`/`flatMap`/`...Li Haoyi2018-01-087-200/+33
* Swap over to a new, concise `CrossModule[T](..cases)` macro syntax that autom...Li Haoyi2018-01-075-66/+76
* Generate the `Segments` list at definition time rather than discovery time, b...Li Haoyi2018-01-0718-270/+217
* Break out `Module.scala` from `Task.scala`Li Haoyi2018-01-077-65/+69
* Get `--help` workingLi Haoyi2018-01-071-2/+16