summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Expand)AuthorAgeFilesLines
* .Li Haoyi2018-02-091-2/+4
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-082-7/+16
* wipLi Haoyi2018-02-071-4/+4
* attempt to fix publishAllLi Haoyi2018-02-072-1/+2
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-061-3/+3
|\
* | all T.commands to take targets as CLI arguments, and use that to get rid of o...Li Haoyi2018-02-061-17/+22
|/
* Properly include the base path of the publish-destination URLs0.0.7Li Haoyi2018-02-041-6/+9
* Fix github release creation, add new batch publishing capability to try and s...0.0.5Li Haoyi2018-02-042-51/+79
* limit better-files tests to a smaller subset to try and make CI happyLi Haoyi2018-02-041-6/+5
* add upstream dependencies to ivy.xmlLi Haoyi2018-02-041-15/+8
* properly embed the local module dependency graph metadata in published pom.xmlsLi Haoyi2018-02-041-4/+19
* allow Result.Failure to take a valueLi Haoyi2018-02-043-7/+10
* Fix testsLi Haoyi2018-02-041-8/+3
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-042-2/+8
* catch compile-failure exceptions to avoid showing the stack traceLi Haoyi2018-02-041-1/+1
* Fix ScalaWorker test runs to make them properly break the buildLi Haoyi2018-02-041-3/+6
* Fix `HelloJsWorld` testsLi Haoyi2018-02-043-7/+6
* Use the full path of a ScalaModule in it's default artifact name, rather than...Li Haoyi2018-02-041-1/+1
* fix mill_version use siteLi Haoyi2018-02-041-1/+1
* Publish all modules to support intellij navigation within build files, and re...Li Haoyi2018-02-042-2/+2
* wip auto publishing...Li Haoyi2018-02-041-2/+2
* Remove the default `publishVersion` from `PublishModule`, and add `--batch` t...Li Haoyi2018-02-043-3/+3
* Fix GenIdea testsLi Haoyi2018-02-032-6/+6
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-032-21/+16
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-038-100/+143
* fix the externalOutPath for RunScript/GenIdea/ReplApplyHandlerLi Haoyi2018-02-031-1/+1
* fix scalalib testsLi Haoyi2018-02-034-111/+112
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ...Li Haoyi2018-02-032-28/+7
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-024-18/+11
* automatically create dest directory for targets to useLi Haoyi2018-02-021-1/+0
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-025-46/+46
* consolidate test initialization logic into TestEvaluatorLi Haoyi2018-02-021-1/+1
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-026-43/+30
* Move `ScalaWorkerApi`/`ScalaJSBridge` over to new `ExternalModule` classLi Haoyi2018-02-021-1/+1
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-013-3/+8
* DRY up test suite by making `Discover` generation implicitLi Haoyi2018-01-283-10/+3
* Fix gen idea testsLi Haoyi2018-01-282-17/+21
* Make `idea` task work with releaseAssembly and publishLocalLi Haoyi2018-01-274-6/+21
* Fix publishLocal of Mill's own buildLi Haoyi2018-01-271-1/+1
* Make `idea` task configure the root module to have IntelliJ properly handle t...Li Haoyi2018-01-271-15/+46
* First incomplete pass at writing docsLi Haoyi2018-01-271-28/+51
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-263-5/+14
* Remove obsolete `Loader` context APILi Haoyi2018-01-241-2/+2
* update mill build to work with new isolated scalaworkerLi Haoyi2018-01-232-31/+23
* WIP splitting `mill.scalaworker` out of `mill.scalalib` and into it's own iso...Li Haoyi2018-01-236-319/+82
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to `te...Li Haoyi2018-01-212-23/+50
* Implement basic wildcard task running via e.g. `mill _.compile`Li Haoyi2018-01-211-1/+0
* - Make `docsJar` and `sourcesJar` more robust against empty inputsLi Haoyi2018-01-211-12/+12
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-2034-2/+2
* add a basic test for gen-idea (#114)Stephen Nancekivell2018-01-1914-5/+183