eugene yokota
21db286766
Merge pull request #4204 from eed3si9n/wip/fix-shutdownhook
...
Remove the shutdown hook when it's done
2018-06-14 07:21:31 -04:00
Eugene Yokota
e3c9eb0cd9
Remove the shutdown hook when it's done
2018-06-14 05:12:36 -04:00
eugene yokota
51ee6fc409
Merge pull request #4194 from veera83372/1.1.x
...
Fix for #4191 (active.json should be removed on JVM shutdown)
2018-06-13 11:25:18 -04:00
veera venky
e465aee36a
Fix for #4191 (active.json should be removed on JVM shutdown)
...
Added a shutdown hook to clean up active.json file
2018-06-13 03:06:30 +05:30
Dale Wijnand
17f5bc149e
Merge pull request #4175 from cunei/wip-fix4148
...
Fix for #4148 (SessionSettingsSpec intermittently fails)
2018-05-29 10:27:08 +01:00
Antonio Cunei
f2a7e1f1c3
Fix for #4148 (SessionSettingsSpec intermittently fails)
...
It turns out that `syntaxAnalyzer.UnitParser()` in global now also
needs to be synchronized. The alternative is adding `synchronizeNames = true`
in the global constructor, but that already proved unreliable in the
case of #3743 (see comment https://github.com/sbt/sbt/issues/3170#issuecomment-355218833 )
2018-05-28 14:09:13 +02:00
eugene yokota
7e8e18b9fa
Merge pull request #4099 from eatkins/redundant
...
Handle managedSources writing into unmanaged source directories
2018-05-27 23:57:46 -04:00
eugene yokota
b3042091db
Merge pull request #4174 from eed3si9n/wip/bump
...
IO 1.1.10 and Zinc 1.1.5
2018-05-27 23:24:06 -04:00
Eugene Yokota
833e61635e
IO 1.1.10 and Zinc 1.1.5
2018-05-27 22:38:58 -04:00
Dale Wijnand
d8e27747d8
Merge pull request #4162 from holdenk/support-double-dash-for-logging-levels
...
Support -- for log levels
2018-05-23 12:13:23 +01:00
Dale Wijnand
807fc8035a
Merge pull request #4160 from ninjalama/1.1.x
...
Display first line of task/setting of multiline description
2018-05-23 12:12:08 +01:00
Dale Wijnand
250874dde0
Merge pull request #4161 from dadarakt/1.1.x
...
Recreating output JAR on packageBin if file was deleted
2018-05-15 20:30:49 +02:00
Øyvind Høisæther
667a6be99e
Show all lines when running help <task>, but only first line when listing tasks
2018-05-15 14:33:24 +02:00
Holden Karau
6214408783
Add support for --error.
2018-05-15 05:31:58 -07:00
dadarakt
39cac14ea7
Adapted syntax to match example
2018-05-15 14:25:49 +02:00
dadarakt
e83013d3c8
Using outputChanged to track the change of the jar file instead of unit
2018-05-15 14:09:27 +02:00
Øyvind Høisæther
34cc8cd273
Only use first line for multiline descriptions
2018-05-15 13:42:41 +02:00
Dale Wijnand
f6fa7cb765
Merge pull request #4158 from cunei/backport-MavenCentral-RunFromSourceMain
...
Add MavenCentral to RunFromSourceMain's repos
2018-05-15 12:13:03 +02:00
Dale Wijnand
c8a4dc10e7
Add MavenCentral to RunFromSourceMain's repos
2018-05-15 11:07:31 +02:00
eugene yokota
5335eb3779
Merge pull request #4151 from eed3si9n/wip/bumpio
...
IO 1.1.8
2018-05-08 18:43:46 -04:00
Eugene Yokota
b849894a36
IO 1.1.8
2018-05-08 17:52:30 -04:00
eugene yokota
685b8fe254
Merge pull request #4150 from eatkins/watch-fix
...
Revert back to non-blocking watch termination condition
2018-05-08 17:50:37 -04:00
Ethan Atkins
d3ac5274b3
Revert back to non-blocking watch termination condition
...
A thread blocking on System.in.read() cannot be interrupted, so check
System.in.available before blocking. This is how it used to work. It
requires https://github.com/sbt/io/pull/149 or else a cpu will be
pegged by the EventMonitor user input thread spinning on
System.in.available.
2018-05-08 13:26:58 -07:00
eugene yokota
68c984a66d
Merge pull request #4146 from eed3si9n/wip/bumpzinc
...
Zinc 1.1.7
2018-05-08 13:09:34 -04:00
Eugene Yokota
24946189f0
Zinc 1.1.7
2018-05-07 16:18:46 -04:00
eugene yokota
20ca5c8f8a
Merge pull request #4145 from eed3si9n/wip/bumpzinc
...
IO 1.1.7, Zinc 1.1.6, dotty plugin, and watch
2018-05-05 23:58:59 -04:00
Eugene Yokota
2b099c86b5
Fix Dotty plugin test
...
Ref https://github.com/sbt/sbt/pull/4084
2018-05-05 15:19:47 -04:00
Eugene Yokota
d8fe09f007
Adjust to upstream change
2018-05-05 05:02:53 -04:00
Eugene Yokota
90931857c3
Merge branch 'pr/4096' into wip/bumpzinc
2018-05-05 04:58:19 -04:00
Eugene Yokota
094c2c602d
Formatting
2018-05-05 04:57:14 -04:00
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
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
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
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
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
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
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
Seth Tisue
4477a42b5a
upgrade Scala 2.12.4 -> 2.12.6
...
I have no specific user-visible benefit in mind other than fewer
JARs to download for people who are on current versions of things
2018-04-27 23:20:51 -04:00
Eugene Yokota
e726964809
Bump npm modules for VS Code extension
2018-04-27 19:59:56 -04:00