summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-195-7/+98
|
* Add missing import and clarify docs on testing framework (#140)Bjørn Madsen2018-02-191-18/+19
| | | | | | * Add missing import and clarify docs on testing framework * Move `Custom test frameworks` section to `Adding a Test Suite`
* Better error messages when publishing to Sonatype (#138)Andrew Richards2018-02-193-2/+5
|
* start a changelog0.1.1Li Haoyi2018-02-191-21/+6
|
* more configuration examplesLi Haoyi2018-02-191-0/+35
|
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-185-16/+16
|
* Add `mill dev` support to our own buildLi Haoyi2018-02-184-9/+46
| | | | Also add Ammonite `foo.repl` support to Mill
* Try to make ScalaModule#console work...Li Haoyi2018-02-181-1/+1
|
* Update 1 - Intro to Mill.mdLi Haoyi2018-02-181-2/+4
|
* Fixed small bug in example (#133)Alf Richter2018-02-181-2/+2
|
* explicitly pass in a non-null working dir to ScalaModule#consoleLi Haoyi2018-02-181-1/+2
|
* tweak-docsLi Haoyi2018-02-183-30/+149
| | | | | | | | | | | | | | tweak-docs tweak-docs tweak-docs tweak-docs tweak-readme tweak-readme
* attempt to git pull when doing publish-local.sh to ensure tags appear locally0.1.0Li Haoyi2018-02-184-16/+29
|
* tweak-docsLi Haoyi2018-02-171-0/+16
|
* Update resolution tests in `MainTests.scala`Li Haoyi2018-02-174-37/+93
| | | | Added test cases for new "Did you mean...", "Try `mill.resolve ...`" hints
* WIP getting tests passing againLi Haoyi2018-02-175-28/+44
|
* DRY up `Resolve.scala`Li Haoyi2018-02-174-113/+181
|
* WIP improving the error reporting of failed resolutionsLi Haoyi2018-02-171-23/+69
|
* cleanupLi Haoyi2018-02-171-9/+0
|
* improve error reporting when you mistype a selector and it can't be resolvedLi Haoyi2018-02-171-8/+45
|
* 0.1.0 docsLi Haoyi2018-02-171-1/+1
|
* Avoid printing unnecessary newlines in `Logger`Li Haoyi2018-02-171-28/+48
| | | | Often the main output stream already ends with a newline, so only print a newline in the case where it hasn't
* Avoid printing top-level tasks twice in `mill resolve __`Li Haoyi2018-02-173-4/+21
|
* Improve error reporting for unresolved `ExternalModule`sLi Haoyi2018-02-171-14/+17
|
* DRY up task resolution between MainModule and RunScriptLi Haoyi2018-02-173-58/+60
|
* properly pass through failures from scalaworker maven resolution failuresLi Haoyi2018-02-172-6/+6
|
* fix release.shLi Haoyi2018-02-171-1/+3
|
* fixt-readmeLi Haoyi2018-02-172-12/+12
|
* Add unit test for main method discoveryLi Haoyi2018-02-179-23/+78
|
* Merge branch '130'Li Haoyi2018-02-174-5/+58
|\
| * Discover main class(es) via zincajrnz2018-02-164-5/+58
| |
* | Include example zips in docsLi Haoyi2018-02-179-4/+71
| |
* | docsLi Haoyi2018-02-172-4/+11
| |
* | more-docsLi Haoyi2018-02-172-1/+85
| |
* | Resolve individual Scala files before passing them to `ScalaModule#compile`, ↵Li Haoyi2018-02-174-12/+15
| | | | | | | | to ensure other rubbish in the source folders (e.g. vim `.swp` files) do not trigger spurious recompiles
* | extract on-master.py from release script, tweak docsLi Haoyi2018-02-176-39/+35
|/
* add publishing automation to travisLi Haoyi2018-02-163-1/+20
|
* generate a reasonable-looking docsite using my blog codeLi Haoyi2018-02-1516-33/+542
|
* - Fix UpickleTests' JS case when running forkedLi Haoyi2018-02-117-22/+24
| | | | - Shard out forked/local integration tests over the different `test-mill-*.sh` scripts, to try and reduce test times while maintaining coverage
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-1117-24/+50
|
* make add upickle explicitly to our ci listLi Haoyi2018-02-113-5/+5
|
* fix ci/test-sbt-built.shLi Haoyi2018-02-111-1/+3
|
* add uPickle to our integration test suiteLi Haoyi2018-02-114-3/+182
|
* Properly pick up non-top-level sjsir files during `fastOptJS`Li Haoyi2018-02-111-1/+1
|
* fixesLi Haoyi2018-02-113-12/+19
|
* fix GenIdea testsLi Haoyi2018-02-1110-68/+8
|
* more tidying upLi Haoyi2018-02-115-19/+18
|
* Refactor ScalaModule to simplify it and delay ivy resolution until the last ↵Li Haoyi2018-02-115-64/+48
| | | | moment
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, ↵Li Haoyi2018-02-112-3/+3
| | | | to reduce the change for conflict
* WIP getting Scala.js dependencies working nicelyLi Haoyi2018-02-116-45/+87
|