summaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break out `Cacher.scala` from `Applicative.scala` to fully separate the gnarl...Li Haoyi2017-11-053-35/+50
* Add a simple consistency checker on `Discovered` to test if any of the observ...Li Haoyi2017-11-051-0/+7
* tweakLi Haoyi2017-11-051-2/+2
* Fix up owner chains to allow `Applyable#apply()` calls to work within lambdasLi Haoyi2017-11-051-6/+12
* First set of standalone tests for the gnarly `Applicative` logicLi Haoyi2017-11-052-16/+9
* Rename `ApplicativeMacros` and contents to shorter namesLi Haoyi2017-11-052-17/+25
* Split out `ApplicativeMacros` from `Target`Li Haoyi2017-11-054-122/+138
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-0510-31/+44
* Turn on `lihaoyi:acyclic` plugin, enforce it, and break up whatever import cy...Li Haoyi2017-11-055-81/+93
* Get rid of custom `coursier.Dependency` formatter, which was only needed due ...Li Haoyi2017-11-041-33/+4
* Synchronize `Target.Cacher#cachedTarget` call, to match the thread-safety we ...Li Haoyi2017-11-041-1/+1
* First pass at providing good compile errors to invalid uses of the `T{...}` m...Li Haoyi2017-11-041-3/+23
* Swap over to `typingTransformer`Li Haoyi2017-11-041-15/+14
* Collapse `LocalDef` into `T{...}` macro, make it more flexible so it only cac...Li Haoyi2017-11-042-48/+26
* Add some basic compile-time checks to enforce usage of `T{...}` within traitsLi Haoyi2017-11-042-4/+40
* Mark `Cacher#T`-related things as protected, since you shouldn't access them ...Li Haoyi2017-11-041-3/+3
* - Get rid of lazy `Target` wrapper since we're using lazy `def`s everywhereLi Haoyi2017-11-042-23/+5
* First experiment using `Cacher interface` combined with `Caller` implicits to...Li Haoyi2017-11-044-2/+32
* Implement `ScalaDep` ADT to encapsulate handling on scala cross-version suffixesLi Haoyi2017-11-041-0/+10