summaryrefslogtreecommitdiff
path: root/build.sbt
Commit message (Expand)AuthorAgeFilesLines
* Get Travis CI green again after adding Ammonite integration testLi Haoyi2018-01-191-1/+5
* Introduce an Ammonite build to our test suiteLi Haoyi2018-01-171-0/+6
* - Collapse `Ctx#segments` and `Ctx#segments0` into one field, instead doing t...Li Haoyi2018-01-151-1/+4
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-141-1/+1
* - Move synthetic SBT projects into `target` folderLi Haoyi2018-01-141-5/+7
* Move dummy SBT targets into `synthetic/` folderLi Haoyi2018-01-141-6/+10
* Add generated sources target (#109)Minghao Liu2018-01-111-2/+2
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-011-14/+59
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-301-10/+10
* Assign different overrides of a Target different cache directories and paths,...Li Haoyi2017-12-291-2/+3
* Fix running ScalaJS plugin tests from SBTRoman Timushev2017-12-291-1/+1
* ScalaJS plugin buildRoman Timushev2017-12-291-3/+38
* Convert `build.sbt` to use ivy-resolved Ammonite to run `shared.sc`, instead ...Li Haoyi2017-12-281-32/+33
* get --repl working with bin/test:runLi Haoyi2017-12-281-1/+5
* Move all the source generation logic into a `shared.sc` file to avoid duplica...Li Haoyi2017-12-281-129/+18
* Generate zipmap definitions for higher arities (#81)Duncan Mak2017-12-271-0/+112
* Simplify manual testing using SBTLi Haoyi2017-12-261-2/+3
* Remove `Router.scala`, whose changes have been upstreamed into the Ammonite m...Li Haoyi2017-12-241-7/+8
* bump ammonite version in build.sbtLi Haoyi2017-12-171-1/+1
* bump ammonite versionLi Haoyi2017-12-161-2/+1
* upgrade to new version of uPickle/AmmoniteLi Haoyi2017-12-161-2/+4
* remove unused MILL_COMPILER_PLUGIN flagLi Haoyi2017-12-151-2/+1
* First pass at using a compiler plugin to remove the need for the `override` k...Li Haoyi2017-12-151-1/+27
* Allow `classPathSig` to be injected into `Evaluator`, and in `ReplApplyHandle...Li Haoyi2017-12-131-2/+2
* Move assemble to a separate moduleRoman Timushev2017-12-131-1/+6
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-061-27/+27
* force test:compile during scalaplugin/test:assembly, to make sure bridge jars...Li Haoyi2017-12-061-0/+4
* Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-041-8/+1
* Cross building acyclic now works, using a locally compiled cross-versioned co...Li Haoyi2017-12-041-1/+69
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-271-1/+1
* upgrade zinc 1.0.3 -> 1.0.5 (#26)Nikolay Tatarinov2017-11-261-2/+2
* Strip out `play-json` dependency in favor of `upickle`, which we are forced t...Li Haoyi2017-11-151-1/+0
* First pass at cleaning up `build.sc` file syntaxLi Haoyi2017-11-151-1/+7
* First sketch at SBT test integration worksLi Haoyi2017-11-111-1/+2
* rename forge -> millLi Haoyi2017-11-101-3/+3
* Forked `ammonite.main.Router` into `forge.discover.Router`, to let us generat...Li Haoyi2017-11-051-1/+9
* Turn on `lihaoyi:acyclic` plugin, enforce it, and break up whatever import cy...Li Haoyi2017-11-051-1/+6
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-031-23/+32
* Sketched out `MetacircularTests` using `scalaplugin.Subproject`; still doesn'...Li Haoyi2017-10-311-1/+0
* Got Zinc working on the test bench, compiling forge's own projectLi Haoyi2017-10-291-31/+2
* First builds work going through an Ammonite script, currently run using `sbt ...Li Haoyi2017-10-291-0/+9
* Bump versionsLi Haoyi2017-10-291-2/+2
* Serialization using play-json now mostly in placeLi Haoyi2017-10-261-1/+2
* - Basic dirty-checking of targets works; targets can now request to be recomp...Li Haoyi2017-10-221-0/+2
* update to utest 0.6.0, enable stacktrace highlightingLi Haoyi2017-10-221-2/+2
* rename hbt -> forgeLi Haoyi2017-10-221-3/+3
* Add `StaticContext` macro to let us distinguish top-level targets from dynami...Li Haoyi2017-10-211-0/+2
* - Convert example workflow to `javac` since `scalac` is slowLi Haoyi2017-10-191-1/+2
* Basic evaluator that creates classfiles and a jar now worksLi Haoyi2017-10-181-1/+4
* Include Tarjan's algorithm, for doing a topological sort which elegantly hand...Li Haoyi2017-10-171-0/+3