summaryrefslogtreecommitdiff
path: root/scalalib/src
Commit message (Collapse)AuthorAgeFilesLines
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-262-6/+479
| | | | | | * Add predefined licenses from spdx * Fix License usages
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-253-3/+3
|
* GenIdea: added generation of .idea/scala_compiler.xml (#151)Robby2018-02-251-6/+56
| | | | | | * Added generation of .idea/scala_compiler.xml (Scalac compiler plugins and options). * More robust evaluation of tasks because results may be empty, which causes a match error.
* fix scala sdk annotation in genideaLi Haoyi2018-02-241-1/+1
|
* 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 ↵Li Haoyi2018-02-242-7/+28
| | | | | | | | file-sockets Seems to work well enough for interactive scala consoles, though still not Ammonite Also Added ScalaModule#launcher and re-worked our build.sc file to use it
* Allow specifying classifiers in ivy deps (#159)Jeremy Apthorp2018-02-241-7/+24
|
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-223-8/+8
| | | support multiple test frameworks
* GenIdea updates including a fix for #147 (#149)Andrew Richards2018-02-211-25/+60
| | | | | | | | | | | | | | | | | | | | | | | | * extract JDK version so you don't have to keep resetting it * give modules a base path looks much nicer in IntelliJ - the module is now in bold * exclude sbt target directories stops sbt artifacts appearing in search * Fix #147 - add IntelliJ scala library * exclude root sbt project and target folders from IJ search * only resort to full long path names for jars if the name is a duplicate duplicates are hard to find unless you are pulling the same thing from different repos (therefore different path) * update GenIdea tests * tidy GenIdea
* 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
| | | | Also add Ammonite `foo.repl` support to Mill
* 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-172-13/+19
|
* Merge branch '130'Li Haoyi2018-02-172-1/+15
|\
| * Discover main class(es) via zincajrnz2018-02-162-1/+15
| |
* | Resolve individual Scala files before passing them to `ScalaModule#compile`, ↵Li Haoyi2018-02-171-1/+9
|/ | | | to ensure other rubbish in the source folders (e.g. vim `.swp` files) do not trigger spurious recompiles
* more tidying upLi Haoyi2018-02-112-12/+12
|
* Refactor ScalaModule to simplify it and delay ivy resolution until the last ↵Li Haoyi2018-02-113-57/+41
| | | | moment
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, ↵Li Haoyi2018-02-111-1/+2
| | | | to reduce the change for conflict
* 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 ↵Li Haoyi2018-02-082-7/+16
| | | | GenIdea by making it take an Evaluator as an argument
* wipLi Haoyi2018-02-071-4/+4
|
* attempt to fix publishAllLi Haoyi2018-02-071-0/+1
|
* 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 ↵Li Haoyi2018-02-061-17/+22
|/ | | | our custom releaseCI/releaseManual commands
* 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 ↵0.0.5Li Haoyi2018-02-042-51/+79
| | | | speed up publishing lots of modules
* 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 ↵Li Haoyi2018-02-041-1/+1
| | | | than just the last segment
* fix mill_version use siteLi Haoyi2018-02-041-1/+1
|
* Publish all modules to support intellij navigation within build files, and ↵Li Haoyi2018-02-042-2/+2
| | | | remove hardcoded mill version from `ScalaWorkerApi`