Commit Graph

4915 Commits

Author SHA1 Message Date
Seth Tisue 15597c3843 remove flaky test (fork-parallel)
as suggested by Eugene
2019-01-28 17:46:28 -08:00
Seth Tisue d61a9b24fb tweak build to allow compiling compiler bridge on 2.13
for the Scala 2.13 community build
2019-01-25 12:09:51 -08:00
Seth Tisue ff34aa9d55 sbt 0.13.18, Scala 2.10.7 2019-01-25 08:57:02 -08:00
eugene yokota 7782839fee
Merge pull request #4470 from eed3si9n/wip/publish-using-jdk8
[0.13] give up on publishing using JDK 1.6
2018-11-29 01:35:04 -05:00
Eugene Yokota 92b4e7d484 give up on publishing using JDK 1.6
Since we have `-target:jvm-1.6`, we should be ok.
2018-11-28 05:34:11 -05:00
eugene yokota ffa067e1ac
Merge pull request #4368 from eed3si9n/bport/addPluginFileCommand
[0.13] port sddPluginSbtFile command from #4211
2018-09-19 21:11:51 -04:00
Eugene Yokota 7f16c554da override SBT_OPTS 2018-09-19 17:52:40 -04:00
Eugene Yokota 283aec928c Use the official installer 2018-09-19 17:32:41 -04:00
Justin Kaeser 7fb8a4e88a port sddPluginSbtFile command from https://github.com/sbt/sbt/pull/4211/ to sbt 0.13 2018-08-23 18:21:16 +03:00
eugene yokota 226d16a0fe
Merge pull request #4294 from eed3si9n/wip/java6test
Build sbt 0.13 using JDK 6
2018-08-22 10:56:33 -04:00
Eugene Yokota d86b66454d Fix tests 2018-08-21 10:37:04 -04:00
Eugene Yokota 0409173d56 use http for scripted tests 2018-08-20 21:29:45 -04:00
Eugene Yokota 323fa95b7b Update the Travis CI yml 2018-08-17 01:12:22 -04:00
Dale Wijnand 1562cea1d0
Merge pull request #3971 from jilen/fix_java89_decoder
fix getDecoder
2018-06-01 10:12:33 +01:00
Dale Wijnand 5456eb5ec9
Merge pull request #4132 from som-snytt/issue/compat-postfix
Avoid postfix op without feature import
2018-04-30 11:32:11 +01:00
Som Snytt 93e9876b1a Avoid postfix op without feature import 2018-04-29 13:05:51 -07:00
jilen 8ee2a5d44b fix getDecoder 2018-02-26 10:10:59 +08:00
eugene yokota f000f2b39c
Merge pull request #3959 from xuwei-k/backport-3923
Upgrade Scala versions that ^^ uses (backport #3923 to sbt 0.13)
2018-02-21 15:11:11 -05:00
Dale Wijnand fdcdc140fb Upgrade Scala versions that ^^ uses
Refs #3907
2018-02-21 13:56:17 +09:00
Dale Wijnand 069865794d
Merge pull request #3913 from sbt/0.13.17
0.13.17
2018-02-01 09:14:16 +00:00
Eugene Yokota a5f1089cb2 0.13.18-SNAPSHOT 2018-01-31 15:16:03 -05:00
Eugene Yokota db96ff3cd8 launchconfig 2018-01-31 15:15:17 -05:00
Eugene Yokota 3972b7a3fc 0.13.17 2018-01-31 14:33:31 -05:00
Dale Wijnand 47f8641f7b
Merge pull request #3855 from eed3si9n/wip/compiler-plugin
Filter auto compiler plugin to classpath JARs
2018-01-08 11:19:04 +00:00
Eugene Yokota 68f547a465 Filter auto compiler plugin to classpath JARs
Fixes #3784

For Ivy repos, sbt 1.x publishes source and scaladoc JARs under `compile` configuration with types `src` and `doc` respectively. The current 0.13 implementation of `autoPlugins(...)` is not filtering them out correctly, and ends up including a source JAR as a compiler plugin.
2018-01-06 18:44:27 -05:00
Eugene Yokota 4fd01afdb5 Code formatting 2018-01-04 18:40:21 -05:00
Eugene Yokota 9a240cd8bd notes 2018-01-04 18:21:11 -05:00
eugene yokota 68bc1634db
Merge pull request #3848 from eed3si9n/wip/jdk9
Bump Scala versions for JDK 9 support
2018-01-04 05:07:51 -05:00
Eugene Yokota 287f0a80a7 Update more Scala versions in scripted test 2018-01-04 01:54:09 -05:00
Eugene Yokota d8a71c5d34 Scala 2.12.4 2018-01-02 20:42:03 -05:00
eugene yokota 160875e940
Merge pull request #3834 from dwijnand/exclusive-cleaning
[sbt 0.13] Fix logging + clean concurrency issue
2018-01-02 20:30:42 -05:00
Dale Wijnand 9bf3b0a556
Preserve cleanFiles' type for bincompat 2018-01-02 10:25:18 +00:00
Eugene Yokota 377ff91484
Make clean task run exclusively
Cherry-picked acf6c1191e
2017-12-21 11:55:01 +00:00
Eugene Yokota 183adc3d23
Reimplement clean and cleanFiles tasks
cleanFiles is now a task that lists exactly what will be deleted recursively.

Cherry-picked 7acb8764f5
2017-12-21 11:51:14 +00:00
Eugene Yokota 881e810ce2 Update actions/* for JDK 9 2017-11-06 01:16:28 -05:00
Eugene Yokota 1ba0d426c9 Scala 2.11.12 2017-11-06 01:16:27 -05:00
Eugene Yokota 05711a3a12 Bump to latest JLine2 2017-11-06 01:16:27 -05:00
Eugene Yokota d06e63ded1 Bump Scala for JDK 9 support
Ref https://github.com/scala/scala/pull/6113
2017-11-06 01:16:27 -05:00
Eugene Yokota faa77e8fbe Bump Ivy for JDK 9 support 2017-11-06 01:16:27 -05:00
eugene yokota a5bd564307
Merge pull request #3701 from retronym/ticket/bootclasspath
Fix over-compilation bug with Java 9, scala.ext.dir
2017-11-05 22:33:45 -05:00
Jason Zaugg d9df8835e6 Add comment about reason for underlying source hack 2017-11-05 13:54:29 +11:00
Jason Zaugg aac97476ce Refactor createBootClasspath to avoid work when sun.boot.class.path is present 2017-11-01 13:38:03 +10:00
Jason Zaugg 5a1e832a13 Ignore directories that scalac reports as underlying source on Java 9 2017-11-01 11:20:31 +10:00
Jason Zaugg bf36f824fd Generalize handling of ext.dirs 2017-11-01 09:09:25 +10:00
Jason Zaugg 3cd4815fe4 More general boot classpath discovery 2017-11-01 08:48:12 +10:00
eugene yokota e3c4db5ae8 Merge pull request #3408 from dwijnand/01316
sbt 0.13.16
2017-09-08 16:42:26 -04:00
Dale Wijnand d864b066a3
sbt 0.13.16
Tweaked the dependencies due to #3458.

Also workaround a brand-new Travis CI issue.

And mark fork-parellel/test pending.. to merge this thing
2017-09-08 17:06:23 +01:00
eugene yokota b5f9fe215e Merge pull request #3455 from olafurpg/tuple-enrichments-are-staying
Change the tuple enrichment deprecation warning messages
2017-08-24 12:42:49 -04:00
eugene yokota 6a04e0e168 Merge branch '0.13' into tuple-enrichments-are-staying 2017-08-24 06:02:48 -04:00
Dale Wijnand c77b7af5b8 Merge pull request #3470 from eed3si9n/wip/use_precise
[0.13] Use precise machines for Travis CI
2017-08-24 07:15:45 +01:00