summaryrefslogtreecommitdiff
path: root/scalalib/src
Commit message (Expand)AuthorAgeFilesLines
* Properly include the base path of the publish-destination URLs0.0.6Li 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-041-1/+4
* 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-031-1/+2
* fix the externalOutPath for RunScript/GenIdea/ReplApplyHandlerLi Haoyi2018-02-031-1/+1
* fix scalalib testsLi Haoyi2018-02-031-1/+2
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-022-4/+4
* automatically create dest directory for targets to useLi Haoyi2018-02-021-1/+0
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-023-17/+17
* 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-025-42/+29
* 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-281-1/+1
* Fix gen idea testsLi Haoyi2018-01-281-14/+18
* 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-261-3/+5
* 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-235-313/+76
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to `te...Li Haoyi2018-01-211-19/+46
* - 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-637/+0
* add a basic test for gen-idea (#114)Stephen Nancekivell2018-01-1914-5/+183
* Get Travis CI green again after adding Ammonite integration testLi Haoyi2018-01-191-17/+21
* Run Main.main in current process (#115)Minghao Liu2018-01-193-25/+37
* add resource folders, only one output folder is supported (#113)Minghao Liu2018-01-191-9/+15
* Implement downloading/caching of binaries and java-source-folder support to m...Li Haoyi2018-01-172-3/+18
* - Swap over to new `ivy"foo:bar:baz"` syntax for defining ivy dependenciesLi Haoyi2018-01-158-19/+35
* Extract out miscellanous mill.define.Module helpers into the millInternal nam...Li Haoyi2018-01-141-1/+1
* More fixes for `GenIdea` dealing with nested modulesLi Haoyi2018-01-141-1/+1
* Fix GenIdea logic again...Li Haoyi2018-01-141-23/+23
* Some tweaks to get tests passing...Li Haoyi2018-01-141-52/+51