summaryrefslogtreecommitdiff
path: root/core/src/main/scala/forge/discover
Commit message (Expand)AuthorAgeFilesLines
* rename forge -> millLi Haoyi2017-11-102-508/+0
* 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-092-12/+12
* Swap `compileScala` over to `T{...}` macroLi Haoyi2017-11-081-2/+0
* First full metacircular compile-build-execute workflow now works using the `b...Li Haoyi2017-11-071-6/+13
* - Allow main methods to return `Target[T]`s, so they can then be evaled by an...Li Haoyi2017-11-071-3/+4
* 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-052-7/+408
* Add a simple consistency checker on `Discovered` to test if any of the observ...Li Haoyi2017-11-051-0/+7
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-052-0/+70