summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Split overriden enclosing path on `#` in addition to `.`, since `#` behaves b...Li Haoyi2018-03-031-1/+1
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-033-19/+37
* Lazily create `dest` folders, `log` files and `OuterStack` traces only as nec...Li Haoyi2018-02-252-13/+13
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-254-23/+36
* cache hashCodes as part of meta.json to avoid needlessly re-hashing thingsLi Haoyi2018-02-251-48/+39
* Save the signature of a `PathRef` to avoid re-stating files every time they a...Li Haoyi2018-02-252-47/+64
* better error messages when you run interactive commands without -iLi Haoyi2018-02-241-0/+5
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-242-7/+18
* fix-testsLi Haoyi2018-02-211-1/+0
* First pass at cleaning up evaluator caching systemLi Haoyi2018-02-201-2/+5
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-192-3/+25
* Update resolution tests in `MainTests.scala`Li Haoyi2018-02-171-1/+1
* WIP getting tests passing againLi Haoyi2018-02-171-1/+3
* Avoid printing unnecessary newlines in `Logger`Li Haoyi2018-02-171-28/+48
* fix docsLi Haoyi2018-02-101-2/+2
* - DRY up `Resolve.scala`Li Haoyi2018-02-091-2/+4
* Parse args directly in MainModule commands to allow for ``--all`-style argume...Li Haoyi2018-02-093-34/+26
* get rid of external watch flagLi Haoyi2018-02-091-8/+7
* .Li Haoyi2018-02-0945-3646/+51
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-0820-168/+490
* wipLi Haoyi2018-02-0713-40/+513
* attempt to fix publishAllLi Haoyi2018-02-079-25/+48
* .Li Haoyi2018-02-062-2/+3
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-063-4/+2
|\
| * fix introspection of children on console (eg build) (#128)ajrnz2018-02-061-2/+2
* | all T.commands to take targets as CLI arguments, and use that to get rid of o...Li Haoyi2018-02-064-17/+66
|/
* CleanupLi Haoyi2018-02-042-4/+4
* add upstream dependencies to ivy.xmlLi Haoyi2018-02-041-2/+2
* allow Result.Failure to take a valueLi Haoyi2018-02-046-20/+46
* Fix testsLi Haoyi2018-02-042-17/+27
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-049-57/+91
* catch compile-failure exceptions to avoid showing the stack traceLi Haoyi2018-02-042-3/+3
* Fix ScalaWorker test runs to make them properly break the buildLi Haoyi2018-02-041-1/+1
* Use the full path of a ScalaModule in it's default artifact name, rather than...Li Haoyi2018-02-041-0/+9
* wip auto publishing...Li Haoyi2018-02-042-2/+3
* Show a proper error message when invoking a command failsLi Haoyi2018-02-031-9/+17
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-035-30/+55
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-037-8/+23
* fix the externalOutPath for RunScript/GenIdea/ReplApplyHandlerLi Haoyi2018-02-032-2/+2
* fix scalalib testsLi Haoyi2018-02-036-37/+47
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ...Li Haoyi2018-02-038-65/+51
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-0214-65/+39
* Enforce that only one task in a group can use `T.ctx().dest` https://github.c...Li Haoyi2018-02-023-16/+50
* automatically create dest directory for targets to useLi Haoyi2018-02-023-6/+2
* use an implicit to indicate whether a ctx is within an external moduleLi Haoyi2018-02-025-14/+29
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-0210-41/+47
* consolidate test initialization logic into TestEvaluatorLi Haoyi2018-02-028-75/+73
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-021-2/+45
* Move `ScalaWorkerApi`/`ScalaJSBridge` over to new `ExternalModule` classLi Haoyi2018-02-024-7/+67
* Fix propagation of overriden `Module#basePath` and add a test to verify it's ...Li Haoyi2018-02-023-3/+23