Commit Graph

5624 Commits

Author SHA1 Message Date
Eugene Yokota afd5ff03f8 WatchSource = sbt.internal.io.Source
Ref #3438
2017-08-28 00:56:27 -04:00
eugene yokota 6202015335 Merge pull request #3477 from eed3si9n/wip/runissue
Forward `run` task to `bgRun`
2017-08-27 16:13:25 -04:00
Eugene Yokota c6782f4b55 Fix project/flatten 2017-08-27 03:00:12 -04:00
Eugene Yokota 9003ed4fac Capture errors thrown inside `bgRun`
This captures non-fatal errors in `bgRun` background thread, so if needed we can re-throw it for `run`.
2017-08-27 02:59:50 -04:00
Eugene Yokota b6f2fe7654 Forward `run` task to `bgRun`
Fixes #3425

The `Compile`-specific `run` task was removed in #2936 in favor of `bgRun` but it stop short of delegating the `run` to `bgRun`.
2017-08-26 16:49:29 -04:00
eugene yokota 88f3d43b87 Merge pull request #3475 from eed3si9n/wip/use_sbt1
Use sbt 1.0.0
2017-08-26 16:38:12 -04:00
Eugene Yokota 0e77d9f8a2 Merge branch 'wip/npe' into wip/use_sbt1 2017-08-26 15:37:19 -04:00
Eugene Yokota c562a17358 Split the source-dependencies tests 2017-08-26 15:35:34 -04:00
Eugene Yokota 12be2e28a6 Use sbt 1.0.0 2017-08-26 14:40:58 -04:00
Eugene Yokota c74d397cd7 Bump Util for NPE fix attempt
Ref sbt/util#119
2017-08-26 01:39:51 -04:00
eugene yokota 7ac1b034e4 Merge pull request #3439 from Duhemm/fix/3413
Fix #3413: Include base directory to watched sources
2017-08-23 18:39:23 -04:00
eugene yokota eb4312e6fa Merge pull request #3446 from jroper/cross-build-commands
[1.0.x] Add support for cross building commands
2017-08-23 18:38:25 -04:00
eugene yokota ddaa091dec Merge pull request #3442 from dwijnand/sbt-plugin-cross-version
[fport] Fix addSbtPlugin to use the correct version of sbt
2017-08-23 18:37:23 -04:00
eugene yokota 33d3ba9d7c Merge pull request #3438 from Duhemm/source-appender
[1.0.x] `Append` instance to add `File` to `Seq[Source]`
2017-08-23 18:31:58 -04:00
eugene yokota 22b7d582cc Merge pull request #3468 from eed3si9n/wip/disable
Disable scripted tests that fail in CI
2017-08-23 17:45:40 -04:00
Eugene Yokota e024f39c5e Mark tests/test-quick disabled 2017-08-23 10:58:38 -04:00
Eugene Yokota 91587b9f7f Disable tests/t543
It's failing repeatedly on Travis, but I can't reproduce it locally.
2017-08-23 04:33:59 -04:00
Martin Duhem c1b86c7534
Address review comments 2017-08-18 15:51:53 +02:00
Dale Wijnand a5fe7b20c0
Disable scripted tests that fail in CI
Fixes #3452
2017-08-16 14:01:54 +01:00
Dale Wijnand 31ac8c940c Merge pull request #3450 from wsargent/patch-1
"dreprecations"
2017-08-16 13:56:28 +01:00
Will Sargent 533365d8a4 "dreprecations" 2017-08-15 13:56:35 -07:00
eugene yokota 7201898b19 Minor edit to comment 2017-08-15 13:58:33 -04:00
Dale Wijnand a5afc21bf0
Fix addSbtPlugin to use the correct version of sbt
Fixes #3393
2017-08-15 12:13:28 +01:00
Dale Wijnand 6c58e2da2d
Dedup check task in project/cross-plugins-defaults 2017-08-15 12:13:27 +01:00
James Roper be91300031 Add support for cross building commands
Fixes #2776

This allows cross building commands. When issuing a command, it detects
whether there is likely to be any Scala version incompatibilities, by
checking whether all projects have the same Scala cross version
configuration, if not, it outputs a big fat warning.
2017-08-15 16:27:45 +10:00
Dale Wijnand 037559c8d3 Merge pull request #3440 from dwijnand/scalafmt
Scalafmt 1.2.0
2017-08-14 17:48:28 +01:00
Dale Wijnand 4f0d2f9ffd
Scalafmt 1.2.0 2017-08-14 15:47:52 +01:00
Martin Duhem c395f1d464
Include base directory to watched sources
If `sourcesInBase` is true, we must also watch sources in the base
directory.
2017-08-14 16:00:05 +02:00
Martin Duhem 5815f1db0a
`Append` instance to add `File` to `Seq[Source]` 2017-08-14 15:47:17 +02:00
Dale Wijnand ec54269467 Merge pull request #3428 from SethTisue/be-2.13-friendly
be 2.13 friendly
2017-08-14 10:39:08 +01:00
eugene yokota 7d390b3309 Merge pull request #3433 from eed3si9n/wip/scalafmt
Add back, re-configure & re-enable Scalafmt
2017-08-14 01:23:56 -04:00
Eugene Yokota c16a3b6ffa Merge branch '1.0.0' into wip/scalafmt 2017-08-13 21:46:37 -04:00
eugene yokota 51570a3771 Merge pull request #3418 from dwijnand/scalafmt
Add back, re-configure & re-enable Scalafmt
2017-08-13 20:29:46 -04:00
eugene yokota 70a117515c Merge pull request #3417 from sbt/1.0.0
Merge 1.0.0 into 1.x
2017-08-13 19:56:37 -04:00
Seth Tisue f5d51bf387 be 2.13 friendly
for the Scala 2.13 community build
2017-08-12 07:35:26 -07:00
eugene yokota f4479a1027 Merge pull request #3426 from eed3si9n/wip/notes
Cleans up notes
2017-08-12 01:50:20 -04:00
Eugene Yokota b4f7312171 Cleans up notes 2017-08-12 01:49:49 -04:00
Dale Wijnand 805b76f3d4
Add back, re-configure & re-enable Scalafmt 2017-08-10 16:35:23 +01:00
Dale Wijnand 7dcb6d4dbb Merge pull request #3416 from eed3si9n/wip/1.0.0
launchconfig
2017-08-10 12:17:39 +01:00
Eugene Yokota a100b47fcc 1.0.1-SNAPSHOT 2017-08-10 01:27:24 -04:00
Eugene Yokota 23fa8e9e82 launchconfig 2017-08-10 01:26:58 -04:00
eugene yokota 816958d8c8 Merge pull request #3415 from eed3si9n/wip/bump
IO 1.0.0, Util 1.0.0, LM 1.0.0, Zinc 1.0.0
2017-08-10 00:48:02 -04:00
Eugene Yokota ffacc62b86 IO 1.0.0, Util 1.0.0, LM 1.0.0, Zinc 1.0.0 2017-08-09 23:56:59 -04:00
eugene yokota 6ea9dab99e Merge pull request #3407 from sbt/1.0.0
Merge the 1.0.0 branch into 1.x
2017-08-08 12:19:49 -04:00
Dale Wijnand c592b2f542 Merge pull request #3396 from dwijnand/rc3
Upgrade to sbt 1.0.0-RC3
2017-08-01 15:53:10 +01:00
Dale Wijnand a495aa7cb0
Upgrade to sbt 1.0.0-RC3 2017-08-01 14:35:27 +01:00
Dale Wijnand 2f9029c623 Merge pull request #3395 from dwijnand/mima
Bump mimaPreviousArtifacts to 1.0.0-RC3
2017-07-31 14:45:21 +01:00
Dale Wijnand deae720bf1
Bump mimaPreviousArtifacts to 1.0.0-RC3 2017-07-31 11:50:27 +01:00
eugene yokota 1d3d29cdab Merge pull request #3387 from eed3si9n/wip/notes
notes
2017-07-28 19:41:53 -04:00
Eugene Yokota dcff4dd5eb notes 2017-07-28 19:41:19 -04:00