summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recursive main-method resolution now works, as part of the normal discovery r...Li Haoyi2017-11-054-31/+56
* Forked `ammonite.main.Router` into `forge.discover.Router`, to let us generat...Li Haoyi2017-11-055-12/+423
* Break out reusable JVM specific stuff into its own fileLi Haoyi2017-11-055-57/+82
* Crib `createJar` code from CBT to properly set manifestLi Haoyi2017-11-051-16/+46
* Break out `Cacher.scala` from `Applicative.scala` to fully separate the gnarl...Li Haoyi2017-11-054-36/+50
* Add a simple consistency checker on `Discovered` to test if any of the observ...Li Haoyi2017-11-052-39/+55
* Add test to verify before-hand evaluation order of `Applyable#apply` callsLi Haoyi2017-11-051-0/+15
* Add multiple-identical-apply-calls unit testLi Haoyi2017-11-051-0/+10
* tweakLi Haoyi2017-11-051-2/+2
* Fix up owner chains to allow `Applyable#apply()` calls to work within lambdasLi Haoyi2017-11-052-6/+24
* More `ApplicativeTests`Li Haoyi2017-11-051-4/+15
* First set of standalone tests for the gnarly `Applicative` logicLi Haoyi2017-11-054-57/+97
* Rename `ApplicativeMacros` and contents to shorter namesLi Haoyi2017-11-053-19/+59
* Split out `ApplicativeMacros` from `Target`Li Haoyi2017-11-057-125/+151
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-0520-37/+70
* Turn on `lihaoyi:acyclic` plugin, enforce it, and break up whatever import cy...Li Haoyi2017-11-057-83/+99
* Get rid of custom `coursier.Dependency` formatter, which was only needed due ...Li Haoyi2017-11-041-33/+4
* Split out `MacroErrorTests` into it's own fileLi Haoyi2017-11-042-53/+63
* add another negative test to ensure we give good error messages when trying t...Li Haoyi2017-11-041-0/+15
* 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-042-5/+56
* Shorted `ScalaDep.Scala(...)`/`ScalaDep.PointScala(...)` into `ScalaDep(...)`...Li Haoyi2017-11-042-9/+10
* 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-044-53/+28
* Add some basic compile-time checks to enforce usage of `T{...}` within traitsLi Haoyi2017-11-044-4/+51
* Add some tests to verify Cacher happy-pathsLi Haoyi2017-11-041-0/+50
* 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
* Migrate `MetacircularTests` over to new cached-def mechanismLi Haoyi2017-11-042-29/+30
* First experiment using `Cacher interface` combined with `Caller` implicits to...Li Haoyi2017-11-047-15/+133
* Implement `ScalaDep` ADT to encapsulate handling on scala cross-version suffixesLi Haoyi2017-11-043-19/+72
* `T.apply{}` -> `T{}`Li Haoyi2017-11-041-1/+1
* Remove unnecessary deps in `MetacircularTests`Li Haoyi2017-11-041-11/+0
* More tweaks to `scalaplugin.Subproject`Li Haoyi2017-11-041-7/+11
* Rename `IntegrationTests` to `JavaCompileJarTests`, make use of new `T{...}` ...Li Haoyi2017-11-031-5/+4
* `Target#apply[T](t: => Target[T])` doesn't need to be implicitLi Haoyi2017-11-031-1/+1
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-0328-181/+99
* `T.raw` macro now works without needing `c.untypecheck`Li Haoyi2017-11-023-32/+35
* First pass at idiom-bracket macro worksLi Haoyi2017-11-014-120/+52
* add out folder to gitignoreLi Haoyi2017-10-311-0/+1
* Metacircular building now worksLi Haoyi2017-10-313-17/+25
* Trying to evaluate more of `MetacircularTests` no longer crashes, though `com...Li Haoyi2017-10-312-5/+36
* first MetacircularTest (evaluating `scalaVersion`) passes. Subsequent tests s...Li Haoyi2017-10-314-11/+14
* Sketched out `MetacircularTests` using `scalaplugin.Subproject`; still doesn'...Li Haoyi2017-10-316-32/+90
* Flesh out implementation of `forge.scalaplugin.Subproject`Li Haoyi2017-10-312-10/+126
* Move formatter off of `Target[_]` and into `Discovered`Li Haoyi2017-10-318-38/+64
* Sketched out structure of Scala subprojectsLi Haoyi2017-10-3110-33/+282
* Got Zinc working on the test bench, compiling forge's own projectLi Haoyi2017-10-295-122/+102
* First builds work going through an Ammonite script, currently run using `sbt ...Li Haoyi2017-10-294-0/+94
* Bump versionsLi Haoyi2017-10-292-2/+9