Commit Graph

17940 Commits

Author SHA1 Message Date
Eugene Yokota a629dea053 Merge branch 'pr/4084' into wip/bumpzinc 2018-05-05 04:54:43 -04:00
Eugene Yokota 38d53a941a IO 1.1.7, Zinc 1.1.6 2018-05-05 04:53:34 -04:00
eugene yokota 913307189e
Merge pull request #4143 from eed3si9n/wip/merge-1.1.x
merge 1.1.x
2018-05-04 23:23:21 -04:00
Eugene Yokota 96287f1ad5 Merge branch '1.1.x' into wip/merge-1.1.x 2018-05-04 21:55:50 -04:00
eugene yokota 03f49dd481
Merge pull request #4144 from eed3si9n/wip/move-fakeboot
Move fakeboot to home
2018-05-04 21:54:37 -04:00
Eugene Yokota 94a57dcf00 Move fakeboot to home
https://github.com/sbt/sbt/pull/4143 kept failing, and while I was debugging,
I noticed that the target that it was downloading scala-compiler was in
/tmp/... for the remote instance.
This moves the fakeboot to a full path, which should make the build
less susceptible to failure due to random network issues.
2018-05-04 19:37:42 -04:00
Eugene Yokota 8409735077 Merge branch '1.1.x' into wip/merge-1.1.x 2018-05-04 12:40:43 -04:00
Antonio Cunei aeab959054 Add uploader script 2018-05-04 17:27:02 +02:00
Liu Fengyun 1057dcd291 update deprecated message 2018-05-04 17:10:50 +02:00
Liu Fengyun 50f2ebce88 overload autoPlugins for binary compatibility 2018-05-04 17:00:25 +02:00
Liu Fengyun adf045d4f8 move notes to 1.1.5 2018-05-04 16:39:05 +02:00
Liu Fengyun ecbfdfef25 fix compilation error 2018-05-03 22:36:17 +02:00
liu fengyun 06cf5e5635 update sbt-dotty version 2018-05-03 22:29:34 +02:00
liu fengyun 83212785b0 add dotty plugin test 2018-05-03 22:29:34 +02:00
liu fengyun 9ad1b120c1 add notes 2018-05-03 22:29:34 +02:00
liu fengyun 5d63035a27 Fix #4073: support detect dotty plugins 2018-05-03 22:29:34 +02:00
eugene yokota 6e4ad6ebd4
Merge pull request #238 from xuwei-k/foldLeft
use foldLeft instead of /:
2018-05-03 14:07:02 -04:00
xuwei-k 4d3818f9f7 use foldLeft instead of /:
02776afa79/src/library/scala/collection/IterableOnce.scala (L465)
2018-05-03 23:03:44 +09:00
eugene yokota ca67035677
Merge pull request #4135 from eed3si9n/wip/vscode_fix
Fix VS Code extension startup
2018-05-02 11:22:06 -04:00
Dale Wijnand 464a55be3a
Merge pull request #4137 from eed3si9n/wip/servertest2
Uncomment server customization in test
2018-05-02 16:19:45 +01:00
Eugene Yokota a2f70342df Uncomment server customization 2018-05-02 01:09:30 -04:00
Dale Wijnand b412c9c929
Merge pull request #161 from xuwei-k/foldLeft
use foldLeft instead of /:
2018-05-01 13:26:06 +01:00
xuwei-k 5ca377cd59 use foldLeft instead of /:
1c56f0af6d/src/library/scala/collection/IterableOnce.scala (L465)
2018-05-01 20:20:00 +09:00
Eugene Yokota 136dcb16d9 Fix VS Code extension startup
The change contributed in https://github.com/sbt/sbt/pull/4130 to start sbt within VS Code looked ok at first, but when I published the extension and started using it, I realized that it's a bit broken.
Basically there's no cleanup logic (that I could find), so simply closing VS Code would leave `project/target/active.json` behind, which lets VS Code extension to attempt connection, and it fails because there's no server running. To workaround this, I'll attempt to connect to the socket to confirm sbt server is up.
2018-04-30 22:50:23 -04:00
eugene yokota 36c3215320
Merge pull request #4131 from eed3si9n/wip/merge-1.1.x
Merge 1.1.x
2018-04-30 16:51:34 -04:00
Dale Wijnand d76a1384b2
Merge pull request #4129 from eed3si9n/wip/bump-scala-to-2.12.6
upgrade Scala 2.12.4 -> 2.12.6
2018-04-30 11:30:55 +01:00
Dale Wijnand 10b6efc4c9
Merge pull request #237 from eed3si9n/wip/bump
Scala 2.12.6 and other dependencies
2018-04-30 11:10:15 +01:00
Dale Wijnand d40517b828
Merge pull request #160 from eed3si9n/wip/bump
Scala 2.12.6 and other dependencies
2018-04-30 11:09:55 +01:00
Alexandre Archambault 5c6d719598
Merge pull request #850 from coursier/topic/bootstrap-assembly
Allow to generate assemblies via the bootstrap command
2018-04-30 10:51:19 +02:00
Alexandre Archambault 3ebe181152
Switch to scala 2.12.6 (#851) 2018-04-30 10:51:04 +02:00
Alexandre Archambault 104368a551 Allow to generate assemblies via the bootstrap command
Just pass '-a' or '--assembly' as option
2018-04-30 00:09:06 +02:00
Alexandre Archambault 7d40ba0134 Move assembly generation stuff to coursier.cli.util.Assembly 2018-04-30 00:02:03 +02:00
Alexandre Archambault 23b8ef67f7 Tweak assembly 2018-04-30 00:02:03 +02:00
Alexandre Archambault cf1e0a0a5a Small refacto in Bootstrap 2018-04-30 00:02:02 +02:00
Alexandre Archambault 962debc050 Take into account --property options in bootstrap 2018-04-30 00:02:02 +02:00
Alexandre Archambault d0e9e41ca9 Actually pass Java options to bootstraps 2018-04-30 00:02:02 +02:00
Alexandre Archambault e37fb65fba Tweak bootstrap test 2018-04-30 00:02:01 +02:00
eugene yokota d74afe0ca8
Merge pull request #4133 from som-snytt/issue/guidance
Minor grammar for contributing text.
2018-04-29 16:45:51 -04:00
Som Snytt c29b88ed5c Minor grammar for contributing text. 2018-04-29 13:14:54 -07:00
Eugene Yokota 70d8275e59 Merge branch '1.1.x' into wip/merge-1.1.x 2018-04-29 14:34:22 -04:00
Eugene Yokota 28e90ea09b Merge branch '1.1.x' into wip/merge-1.1.x 2018-04-29 14:31:30 -04:00
eugene yokota df0a3c2dc5
Merge pull request #4130 from eed3si9n/wip/vscode
start sbt in VS Code terminal window
2018-04-29 13:23:49 -04:00
Robert Walker 4086f6c85b start sbt in VS Code terminal window 2018-04-28 19:50:40 -04:00
Alexandre Archambault 7b34e7307c Setting version to 1.1.0-SNAPSHOT 2018-04-28 15:56:50 +02:00
Alexandre Archambault 66c7f7e900
Updates for 1.1.0-M2 2018-04-28 15:56:42 +02:00
Alexandre Archambault 22c55da980 Setting version to 1.1.0-M2 2018-04-28 15:29:34 +02:00
P. Oscar Boykin f003314317 Add a Task.tailRecM for stack safe loops (#846) 2018-04-28 12:00:09 +02:00
Eugene Yokota 3b6df7d105 Scala 2.12.6 and other dependencies
sbt 1.1.4
Scala 2.12.6
ScalaCheck 1.14.0
ScalaTest 3.0.5
2018-04-28 03:58:44 -04:00
Eugene Yokota d2e59fa165 Scala 2.12.6 and other dependencies
sbt 1.1.4
Scala 2.12.6
ScalaCheck 1.14.0
ScalaTest 3.0.5
Contraband 0.4.0
2018-04-28 03:52:33 -04:00
Eugene Yokota ccd03eeba2 resolve Scala compiler using Ivy
When Scala compiler is not found in the boot directory, use Ivy to resolve it.
2018-04-28 03:45:24 -04:00