summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Expand)AuthorAgeFilesLines
* better error messages when you run interactive commands without -iLi Haoyi2018-02-241-13/+23
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-242-7/+28
* Allow specifying classifiers in ivy deps (#159)Jeremy Apthorp2018-02-242-7/+31
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-223-8/+8
* GenIdea updates including a fix for #147 (#149)Andrew Richards2018-02-214-30/+71
* fix-testsLi Haoyi2018-02-212-5/+5
* First pass at cleaning up evaluator caching systemLi Haoyi2018-02-201-2/+2
* Basic working server-client model based on flat files communicationsLi Haoyi2018-02-191-7/+0
* Better error messages when publishing to Sonatype (#138)Andrew Richards2018-02-192-1/+4
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-183-5/+5
* Add `mill dev` support to our own buildLi Haoyi2018-02-181-0/+13
* Try to make ScalaModule#console work...Li Haoyi2018-02-181-1/+1
* explicitly pass in a non-null working dir to ScalaModule#consoleLi Haoyi2018-02-181-1/+2
* WIP getting tests passing againLi Haoyi2018-02-171-1/+1
* properly pass through failures from scalaworker maven resolution failuresLi Haoyi2018-02-171-5/+5
* Add unit test for main method discoveryLi Haoyi2018-02-178-22/+77
* Merge branch '130'Li Haoyi2018-02-173-5/+42
|\
| * Discover main class(es) via zincajrnz2018-02-163-5/+42
* | Resolve individual Scala files before passing them to `ScalaModule#compile`, ...Li Haoyi2018-02-171-1/+9
|/
* fix GenIdea testsLi Haoyi2018-02-1110-68/+8
* more tidying upLi Haoyi2018-02-112-12/+12
* Refactor ScalaModule to simplify it and delay ivy resolution until the last m...Li Haoyi2018-02-113-57/+41
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, t...Li Haoyi2018-02-111-1/+2
* WIP getting Scala.js dependencies working nicelyLi Haoyi2018-02-115-39/+81
* Make ScalaJSModule avoid stomping over existing definitionsLi Haoyi2018-02-101-3/+3
* fix CrossSbtModule#Tests#sourcesLi Haoyi2018-02-101-1/+1
* move docs around, try to fix publishAllLi Haoyi2018-02-102-4/+5
* Some long-overdue renamingsLi Haoyi2018-02-093-8/+8
* Allow publishing to sonatype without immediate releaseLi Haoyi2018-02-092-23/+36
* .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