summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.1.0 docsLi Haoyi2018-02-171-1/+1
* Avoid printing unnecessary newlines in `Logger`Li Haoyi2018-02-171-28/+48
* 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
* | 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
* 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 m...Li Haoyi2018-02-115-64/+48
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, t...Li Haoyi2018-02-112-3/+3
* WIP getting Scala.js dependencies working nicelyLi Haoyi2018-02-116-45/+87
* fix jsbridges dependencyLi Haoyi2018-02-101-1/+1
* Make ScalaJSModule avoid stomping over existing definitionsLi Haoyi2018-02-102-6/+11
* fix CrossSbtModule#Tests#sourcesLi Haoyi2018-02-101-1/+1
* remove timestamp from auto-publishing to ensure the artifacts published from ...Li Haoyi2018-02-101-2/+7
* fix evaluateTasksLi Haoyi2018-02-101-1/+3
* add download linkLi Haoyi2018-02-101-0/+6
* Set theme jekyll-theme-leap-dayLi Haoyi2018-02-105-508/+509
* Re-enable github artifact uploadLi Haoyi2018-02-103-76/+118
* fix docsLi Haoyi2018-02-109-69/+231
* move docs around, try to fix publishAllLi Haoyi2018-02-105-15/+173
* fix testsLi Haoyi2018-02-105-32/+39
* - DRY up `Resolve.scala`Li Haoyi2018-02-098-173/+242
* CleanupLi Haoyi2018-02-094-52/+63
* Parse args directly in MainModule commands to allow for ``--all`-style argume...Li Haoyi2018-02-096-108/+96
* get rid of external watch flagLi Haoyi2018-02-095-42/+25
* add release flag to CI release scriptLi Haoyi2018-02-091-0/+2
* Some long-overdue renamingsLi Haoyi2018-02-099-70/+73
* Allow publishing to sonatype without immediate releaseLi Haoyi2018-02-093-35/+51
* Merge branch 'master' into publishAllLi Haoyi2018-02-095-17/+111
|\
| * scala.js run (#127)Nikolay Tatarinov2018-02-095-17/+111