Commit Graph

11930 Commits

Author SHA1 Message Date
Eugene Yokota 2a014781d6 Mention #3481 2017-08-28 13:23:53 -04:00
eugene yokota c951b38fea Merge pull request #3481 from eed3si9n/wip/revert_bad_fport
Revert "Automatically choose proper compiler bridge for dotty"
2017-08-28 13:20:50 -04:00
Eugene Yokota aaf259f4fd Revert "Automatically choose proper compiler bridge for dotty"
This reverts commit 2283c68031.
2017-08-28 12:12:09 -04:00
Eugene Yokota dd58299472 Fix typo 2017-08-28 12:01:47 -04:00
Eugene Yokota 6c6abc3ae6 1.0.1 notes 2017-08-28 11:54:59 -04:00
eugene yokota cba6f83447 Merge pull request #122 from tom-walford/1.x
Cleaned up the deprecation messages to point to the correct classes.
2017-08-28 11:43:29 -04:00
eugene yokota 7edc5c47c8 Merge pull request #123 from eed3si9n/wip/dontformatsbt
Don't format *.sbt files
2017-08-28 11:42:34 -04:00
eugene yokota 14249e8548 Merge pull request #125 from sbt/1.0.x
Merge 1.0.x to 1.x
2017-08-28 11:42:09 -04:00
eugene yokota 8412f0254b Merge pull request #3478 from eed3si9n/wip/bump_io
WatchSource = sbt.internal.io.Source
2017-08-28 11:02:08 -04:00
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 0df4034a74 Merge pull request #124 from eed3si9n/wip/use_sbt1
Use sbt 1.0.0
2017-08-26 13:37:51 -04:00
Eugene Yokota 32412e4625 Use sbt 1.0.0 2017-08-26 13:13:04 -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 3696f8aad4 Merge pull request #179 from yurique/etc-sbtopts
Use /etc/sbt/sbtopts file if exists.
2017-08-25 23:30:56 -04:00
Iurii Malchenko 3d194ebdbe Use /etc/sbt/sbtopts file if exists. 2017-08-26 02:23:26 +03:00
Eugene Yokota a088169568 Don't format *.sbt files
This adds update on load, which interacts badly with +compile.
2017-08-25 17:14:41 -04:00
tom.walford 83433d40e6 Cleaned up the deprecation messages to point to the correct classes. 2017-08-25 20:47:36 +01:00
eugene yokota 89b32ae93d Merge pull request #121 from eed3si9n/wip/npe
Attempt to solve the logger NPE issue
2017-08-25 15:19:18 -04:00
Eugene Yokota b2be0f766a Attempt to solve the logger NPE issue
Fixes sbt/util#119

1. perform the string codec registration once.
2. add retries.
2017-08-25 12:01:34 -04:00
Eugene Yokota f74e3e66f1 Trying to reproduce sbt/util#119 2017-08-24 17:51:50 -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
Dale Wijnand 1c1ba43ed1 Add back, re-configure & re-enable Scalafmt 2017-08-22 16:05:24 +01: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
eugene yokota 1be80c06ee Merge pull request #177 from sbt/wip/about
Don't run sbt about as post install
2017-08-16 01:23:45 -04:00
Eugene Yokota 70aceedad7 Don't run sbt about as post install.
Fixes sbt/sbt#3448
Fixes #176
2017-08-16 01:22:22 -04: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 771a52f651 Merge pull request #120 from dwijnand/scalafmt
Scalafmt 1.2.0
2017-08-14 16:58:34 +01:00
Dale Wijnand 4f0d2f9ffd
Scalafmt 1.2.0 2017-08-14 15:47:52 +01:00
Dale Wijnand 0d4efe51e3
Scalafmt 1.2.0 2017-08-14 15:25:36 +01:00