summaryrefslogtreecommitdiff
path: root/scalalib/src
Commit message (Collapse)AuthorAgeFilesLines
* Mark test module as test sources; change sbt module root (#298)Nikolay Tatarinov2018-04-203-6/+15
| | | | | | | | * mark test module as test sources * add test case for test module in GenIdea * fixes #201 change mill project path for sbt and maven tests
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make builds able to depend on external projects Builds are now able to load external projects and depend on them as if they were local submodules. `import $file.external.path.build` * Disambiguate "dest" for foreign modules. * Calling modules loaded from external directories "Foreign" to avoid conflicting with the already existing concept of "ExternalModule". * Amended the way `dest` is computed for foreign modules * Added tests to check that the source paths and dest are as expected * Added a test to show that local modules do not conflict with foreign modules when they are named the same * WIP windows build fail * Added bootstrapping step in CYGWIN CI job * * Revert externalOutPath deletion * Add documentation for foreign-modules * reverting appveyor changes * Disabling Foreign modules tests against Java9 See https://github.com/lihaoyi/mill/issues/302
* don't show subprocess-call stack trace if test result reporting failsLi Haoyi2018-04-171-9/+13
|
* avoid printing useless stacktraces when subprocess runs failLi Haoyi2018-04-171-4/+8
|
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-122-3/+3
|
* Re-order `gpg` signing flags to make passphrase-passing-in workLi Haoyi2018-04-101-1/+1
| | | | Somehow passing in `--batch` and `--passphrase` must come before the other random bits of alphabet soup
* try to fix exclusion pom syntax to make publishing workLi Haoyi2018-04-101-2/+2
|
* fixes #226; use transitiveIvyDeps to print dependency tree (#292)Nikolay Tatarinov2018-04-101-1/+1
|
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-17/+28
|
* Caffeine junit & testng suites seem to passLi Haoyi2018-04-091-2/+2
|
* Get first `caffeine.test` suite running in `CaffeineTests`Li Haoyi2018-04-091-2/+6
|
* First pass at a Caffeine integration build now works (only on Java 9 tho)Li Haoyi2018-04-081-7/+16
|
* Rename `root` IDEA module to `mill-build` to avoid collisionsLi Haoyi2018-04-081-2/+5
| | | | Fixes https://github.com/lihaoyi/mill/issues/279
* Properly support test frameworks which spawn child tasksLi Haoyi2018-04-081-4/+5
| | | | Needed to fix https://github.com/lihaoyi/mill/issues/286
* bump zinc versionLi Haoyi2018-04-081-1/+1
|
* Enable JUnit testing, via sbt-test-interface, for `JavaModule`sLi Haoyi2018-04-084-72/+185
|
* Fix #282 by passing plugins as arguments to scaladocjulianmichael2018-04-081-1/+2
| | | | Plus a couple tests to sanity check.
* mergeLi Haoyi2018-04-071-1/+4
|\
| * make sure to extract paths from JavaModule#compileClasspath before passing ↵Li Haoyi2018-04-071-1/+4
| | | | | | | | them to subprocess
* | remove clientserver from ci since those tests are now in mainLi Haoyi2018-04-071-1/+1
| |
* | update travis mill versionLi Haoyi2018-04-071-3/+3
| |
* | migrate client module onto new JavaModule traitLi Haoyi2018-04-074-7/+28
|/
* avoid recursionLi Haoyi2018-04-073-8/+12
|
* clean up JavaModule/ScalaModule interactions and consolidate extensions into ↵Li Haoyi2018-04-077-65/+57
| | | | new resolveFooDependency methods
* First unit tests for `JavaModule`Li Haoyi2018-04-074-48/+106
|
* First pass splitting `JavaModule` out of `ScalaModule`Li Haoyi2018-04-074-214/+300
|
* Sync Ammonite in ScalaModule (with build.sc).Robby2018-04-071-1/+1
|
* Merge branch 'master' into restore-masterRobby2018-04-074-55/+90
|\ | | | | | | | | | | # Conflicts: # .travis.yml # scalalib/src/mill/scalalib/Dep.scala
| * basic support for version pinning (used by default for ↵Li Haoyi2018-04-064-55/+89
| | | | | | | | scala-library/compiler) and for typelevel scala
| * propagate javac opts to test modulesLi Haoyi2018-04-061-0/+1
| |
* | revive #254 and fix #268 (#274)Sheng Chen2018-04-024-12/+54
| |
* | revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268Li Haoyi2018-04-014-54/+12
| |
* | fixes #173; use default(compile) configuration for deps as default (#270)Nikolay Tatarinov2018-04-011-4/+6
|/
* Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-291-3/+2
|
* Windows client/server improvements (#262)Robby2018-03-291-1/+1
|
* use repositories from the mill build to bootstrap idea project generation (#263)Sheng Chen2018-03-281-3/+3
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-274-12/+54
|\
| * add exclusions and custom configuration to dependencies (#254)Sheng Chen2018-03-264-12/+54
| | | | | | | | | | | | * doc to address #187 and #246 * add exclusions and custom configuration to dependencies and tests
* | Ensure that transitive ivy jars are not directly aggregated under a module's ↵Li Haoyi2018-03-261-10/+12
|/ | | | | | `runClasspath`; only the ivy coordinates are aggregated, and every module resolves it's own set of ivy jars using coursier, which avoids duplicate jars entering the classpath through ivy Fixes https://github.com/lihaoyi/mill/issues/211
* Upgrade Ammonite to 1.1.0-3-73d5734.Robby2018-03-261-1/+1
|
* Bump up Ammonite in ScalaModule.Robby2018-03-261-1/+1
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-251-1/+1
|\
| * Make docJar use compileClasspath instead of runClasspathLi Haoyi2018-03-221-1/+1
| |
* | bump upickle, ammonite versionsLi Haoyi2018-03-251-1/+5
| |
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-242-6/+6
|/
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-203-6/+22
| | | | | | | | | | * return full scala version for milestone releases * complete support for scala 2.13.0-M2 * match 2.13 milestone releases for compiler bridge sources * add hello world test case for scala 2.13.0-M3
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-201-1/+3
|
* mergeLi Haoyi2018-03-193-6/+10
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-193-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgraded Ammonite to 1.0.5-7-f032887 that includes a Java 9 performance optimization for mill's client-server mode (lihaoyi/Ammonite#773). * Java 9 optimization for interactive mode by caching rt.jar. * Refactored based on @lihaoyi's comments on #239. * Removed client side rt.jar caching. * Propagatio of home path from Cli. * Propagation, propagation, propagation!
| * Propagate more things into Tests of ScalaModule (#236)Gabriele Petronella2018-03-191-0/+3
| |