summaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Move graph algorithms on tasks into `define/Graph.scala`, and move `GraphTest...Li Haoyi2017-11-182-58/+66
* Force compile errors for missing implicits in `Discovered` materialization to...Li Haoyi2017-11-182-7/+23
* Inject logging callback into Evaluator, so we can silence the logging in our ...Li Haoyi2017-11-182-18/+32
* Tweak implicits to make `build.sc` pass againLi Haoyi2017-11-184-16/+47
* Tweak `OSet` to avoid re-creating the `.items` Vector for every operation, ma...Li Haoyi2017-11-183-11/+14
* First pass at managing failures in the evaluation graph now works. Tweaked th...Li Haoyi2017-11-185-39/+74
* Tighten up `LabelledTarget` to contain a `Target[T]` instead of a `Task[T]`Li Haoyi2017-11-184-19/+24
* Refactor `Evaluator` implementation to reduce the number of "unsafe" map lookupsLi Haoyi2017-11-181-50/+44
* Implement `T.persistent{}` targets, which have their dest directory persist b...Li Haoyi2017-11-184-10/+40
* Silence warningsLi Haoyi2017-11-181-68/+85
* CleanupLi Haoyi2017-11-183-92/+113
* Add commentsLi Haoyi2017-11-182-8/+23
* Extract out shared `Hierarchy.traverse` function for walking `Hierarchy` treeLi Haoyi2017-11-184-42/+61
* Tests appear to pass using the new `Hierarchy`-first `Discovered` data formatLi Haoyi2017-11-173-111/+100
* Flesh out a principled implementation of the cross-build monadLi Haoyi2017-11-161-61/+9
* interpreter-based `Cross` seems to workLi Haoyi2017-11-161-13/+62
* Vendor `com.lihaoyi:acyclic` codebase as a cross-building example, first non-...Li Haoyi2017-11-162-1/+19
* remove hashing printlnLi Haoyi2017-11-151-1/+0
* Allow opting in to faster/sloppier `PathRef` signatures using mtime + filesiz...Li Haoyi2017-11-151-10/+20
* Strip out `play-json` dependency in favor of `upickle`, which we are forced t...Li Haoyi2017-11-157-66/+40
* Properly time entire main methodLi Haoyi2017-11-151-4/+10
* First pass at cleaning up `build.sc` file syntaxLi Haoyi2017-11-151-12/+91
* Avoid compiling code just to get access to compiled code output pathsLi Haoyi2017-11-151-7/+12
* First pass at an `assembly` task now works, rudimentary but enough to be used...Li Haoyi2017-11-142-4/+57
* Add namespace hierarchy discovery to the `Discovered` macro, in preparation f...Li Haoyi2017-11-121-9/+26
* Tests are passing under the new group evaluation modelLi Haoyi2017-11-122-83/+46
* Clean up `mill.Main`Li Haoyi2017-11-122-26/+33
* Rename out `Task.path` to `Task.source`, use it more aggressively to get `amm...Li Haoyi2017-11-124-36/+43
* Ensure `Evaluator` can handle the case where you have more than one terminal ...Li Haoyi2017-11-121-1/+1
* cleanup `build.sc` importsLi Haoyi2017-11-111-0/+2
* `T{}` blocks can now be implicitLi Haoyi2017-11-113-3/+14
* - Smoothed out syntax for defining ivy dependenciesLi Haoyi2017-11-112-49/+57
* Properly merge groups in `groupAroundNamedTargets` to handle cases where a gr...Li Haoyi2017-11-113-5/+8
* - Give `Target`s nicer `toString`s using `sourcecode.Enclosing`. Still not as...Li Haoyi2017-11-115-15/+31
* Swap over to new `projectDeps` mechanism for defining dependencies between va...Li Haoyi2017-11-113-2/+3
* rename forge -> millLi Haoyi2017-11-1016-59/+59
* Add basic tests for un-cached evaluation of `Task`sLi Haoyi2017-11-101-6/+11
* Kill `Router.main` annotation and make routing dependent on the `Command` ret...Li Haoyi2017-11-101-2/+1
* Migrate over to the new `Task`/`Target`/`Command` splitLi Haoyi2017-11-099-177/+189
* Move `JavaCompilerJarTests` over to new `Target.ctx()` syntaxLi Haoyi2017-11-091-20/+0
* Make `Applicative` macros able to inject a configurable `Ctx` object, used in...Li Haoyi2017-11-092-22/+53
* make scalaplugin.Subproject use the builtin destination folderLi Haoyi2017-11-092-3/+4
* Swap `compileScala` over to `T{...}` macroLi Haoyi2017-11-081-2/+0
* Include consistency check in main workflowLi Haoyi2017-11-071-28/+34
* First full metacircular compile-build-execute workflow now works using the `b...Li Haoyi2017-11-073-17/+57
* fix npeLi Haoyi2017-11-071-5/+5
* - Allow main methods to return `Target[T]`s, so they can then be evaled by an...Li Haoyi2017-11-074-19/+27
* Recursive main-method resolution now works, as part of the normal discovery r...Li Haoyi2017-11-053-28/+53
* Forked `ammonite.main.Router` into `forge.discover.Router`, to let us generat...Li Haoyi2017-11-053-7/+409
* Break out reusable JVM specific stuff into its own fileLi Haoyi2017-11-052-2/+71