summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Everything seems to compile with new, minimal `Discover` implementation...Li Haoyi2018-01-143-23/+18
* rename OSet -> AggLi Haoyi2018-01-139-59/+59
* Migrate most classpath-related code onto `Loose.OSet` abstraction, to enforce...Li Haoyi2018-01-139-59/+71