Dale Wijnand
1527acc6c1
Merge pull request #118 from dwijnand/scalafmt
...
Add, configure & enable Scalafmt
2017-08-10 11:52:57 +01:00
Dale Wijnand
d31b9c5093
Add, configure & enable Scalafmt
2017-08-10 11:44:24 +01:00
Dale Wijnand
615c2e652f
Merge pull request #117 from sbt/1.0.0
...
Merge 1.0.0 into 1.x
2017-08-10 09:43:26 +01:00
eugene yokota
93b9937894
Merge pull request #116 from eed3si9n/wip/bumpio
...
IO 1.0.0
2017-08-09 20:38:59 -04:00
Eugene Yokota
b8ac05aa7f
IO 1.0.0
2017-08-09 19:14:10 -04:00
eugene yokota
bb54beee8c
Merge pull request #115 from dwijnand/deprecated-changed
...
Deprecated Changed
2017-08-08 22:31:59 -04:00
Dale Wijnand
ad4afa0a18
Deprecated Changed
...
Fixes #114
2017-08-08 15:32:26 +01:00
Dale Wijnand
2c6cda24ff
Merge pull request #112 from dwijnand/rc3
...
Upgrade to sbt 1.0.0-RC3
2017-08-01 14:36:19 +01:00
Dale Wijnand
bb2b4fc961
Upgrade to sbt 1.0.0-RC3
2017-08-01 14:13:57 +01:00
Dale Wijnand
1d6b8d7c03
Merge pull request #111 from dwijnand/mima
...
Bump mimaPreviousArtifacts to 1.0.0-RC3
2017-07-31 14:44:56 +01:00
Dale Wijnand
2a7226dffb
Bump mimaPreviousArtifacts to 1.0.0-RC3
2017-07-31 11:38:09 +01:00
eugene yokota
43041a5fcb
Merge pull request #110 from eed3si9n/wip/contraband
...
Bump Contraband, Scala, and IO
2017-07-28 11:43:51 -04:00
Eugene Yokota
5fe8128906
Bump Scala to 2.12.3 and IO to 1.0.0-RC3
2017-07-28 11:22:52 -04:00
Eugene Yokota
867cd3fa8f
Contraband 0.3.0
2017-07-28 11:21:22 -04:00
Dale Wijnand
0f48990c49
Merge pull request #108 from sbt/no-log4j-slf4j-impl
...
Remove undeclared log4j-slf4j-impl dependency
2017-07-28 08:31:35 +01:00
Dale Wijnand
5f5a70cca7
Remove undeclared log4j-slf4j-impl dependency
2017-07-28 07:34:48 +01:00
eugene yokota
051d0e5673
Merge pull request #107 from dwijnand/mima
...
Upgrade to mima 0.1.15 & exclude a false positive
2017-07-26 11:10:59 -04:00
Dale Wijnand
96b9d27c73
Upgrade to mima 0.1.15 & exclude a false positive
2017-07-26 10:52:35 +01:00
Dale Wijnand
3104ae0d57
Merge pull request #106 from eed3si9n/wip/stacktrace
...
Fix ConsoleAppender to show full stack trace
2017-07-26 09:01:11 +01:00
Dale Wijnand
aefbbae6ec
Merge pull request #105 from eed3si9n/wip/success
...
Use event logging to send success
2017-07-26 08:52:33 +01:00
Eugene Yokota
930489eba3
Fix ConsoleAppender to show full stack trace
...
This is modification of crash log event logging that was added in sbt/util#85 .
Instead of using the hardcoded 0 as the default value, this introduces `setTrace(..)` to `ConsoleAppender` like `BasicLogger`. Also the default value is set to `Int.MaxValue` that will display the full stack trace.
Fixes sbt/sbt#3343
2017-07-26 00:03:07 -04:00
Eugene Yokota
5183f7ef81
Use event logging to send success
...
Fixes sbt/sbt#3213
2017-07-25 16:16:21 -04:00
Dale Wijnand
4b57f852b1
Merge pull request #104 from eed3si9n/wip/logging
...
Filter out color in CosoleAppender only
2017-07-25 09:06:56 +01:00
Eugene Yokota
d796084ff4
Filter out color in CosoleAppender only
...
Fixes sbt/sbt#3348
Ref #101
The new logger, based on log4j separates the concern of the log producer (Logger) and the handlers that takes actions (Appender, e.g for displaying on Console). As such filtering of color should be performed only in the ConsoleAppender.
2017-07-24 23:54:25 -04:00
Eugene Yokota
f6370063f4
Deprecate ansiCodesSupported from the logger
2017-07-24 23:20:05 -04:00
eugene yokota
df18d79987
Merge pull request #101 from liff/issue/3336
...
Delegate ansiCodesSupported to ConsoleAppender
2017-07-24 22:57:06 -04:00
Dale Wijnand
2bb2cfd10e
Merge pull request #103 from dwijnand/mima
...
Add, configure & enable MiMa
2017-07-24 15:56:10 +01:00
Dale Wijnand
da9084b2d8
Add, configure & enable MiMa
2017-07-21 09:26:35 +01:00
Dale Wijnand
7d91a25608
Merge pull request #102 from eed3si9n/wip/sbt1
...
sbt 1.0.0-RC2
2017-07-20 06:44:00 +01:00
Eugene Yokota
855638243a
sbt 1.0.0-RC2
2017-07-19 21:36:11 -04:00
Olli Helenius
a38d3d6c69
Delegate ansiCodesSupported to ConsoleAppender
...
Fixes sbt/sbt#3336 .
2017-07-18 19:57:57 +03:00
Dale Wijnand
7b02a40b5e
Merge pull request #100 from Duhemm/re-fix-consoleappender
...
Re-fix ConsoleAppender
2017-07-17 16:09:48 +01:00
Martin Duhem
ddcc909195
Re-fix ConsoleAppender
...
It turns out that calling `print` on `ConsoleOut` doesn't flush the
output. Remove `writeLine` and let `write` directly use `println`.
2017-07-17 14:36:03 +02:00
Dale Wijnand
81277cbf62
Merge pull request #99 from dwijnand/prereset
...
Add a RESET at the front of the appendLog line
2017-07-17 10:55:39 +01:00
Dale Wijnand
c07e4c740c
Merge pull request #98 from Duhemm/fix-consoleappender
...
Fix logger printing too many newlines
2017-07-17 10:45:42 +01:00
Dale Wijnand
e744985b6b
Add a RESET at the front of the appendLog line
2017-07-17 10:42:39 +01:00
Martin Duhem
28ab7ac79d
Fix logger printing too many newlines
2017-07-17 10:05:58 +02:00
eugene yokota
a09cd424f1
Merge pull request #97 from eed3si9n/wip/hash
...
Tracked fixes
2017-07-16 19:44:28 -04:00
Eugene Yokota
f653800cb3
Add back outputChanged
...
Fixes #79
2017-07-16 19:28:02 -04:00
Eugene Yokota
24d97aa104
Fixes Tracked.inputChanged
...
Tracked.inputChanged stores and reads hash correctly.
Fixes #96
2017-07-16 18:48:28 -04:00
eugene yokota
5b85002a69
Merge pull request #95 from eed3si9n/wip/bumpio2
...
bump IO
2017-07-15 13:37:30 -04:00
Eugene Yokota
c1a12d5ee7
bump IO
2017-07-15 13:24:26 -04:00
eugene yokota
72f823c80b
Merge pull request #91 from Duhemm/wip/cleanup-consoleappender
...
Cleanup `ConsoleAppender`
2017-07-15 13:17:02 -04:00
eugene yokota
64f1331408
Merge pull request #93 from eed3si9n/wip/cache
...
switch to using sjson-new-murmurhash for cache key
2017-07-15 13:16:50 -04:00
eugene yokota
87827eb0df
Merge pull request #94 from eed3si9n/wip/bumpcontraband
...
Bump to latest Contraband
2017-07-15 13:16:36 -04:00
Eugene Yokota
8b5210f84d
Bump to latest Contraband
2017-07-15 10:36:03 -04:00
eugene yokota
0e6e3a0a2c
Merge branch '1.0' into wip/cleanup-consoleappender
2017-07-14 13:07:29 -04:00
eugene yokota
199dc51a99
Merge pull request #84 from scalacenter/remove-f0-f1-maybe
...
Remove unnecessary F0, F1 and Maybe
2017-07-14 13:05:31 -04:00
Eugene Yokota
b0b9dc5e0f
switch to using sjson-new-murmurhash
...
The input validation for caching currently relies on having a stack of `scala.math.Equiv`, which is questionable since it can fallback to universal equality.
This is likely related to the intermittent caching behavior we are seeing in https://github.com/sbt/sbt/issues/3226
2017-07-14 12:27:06 -04:00
jvican
18a73db57d
Remove unnecessary F0, F1 and Maybe
...
`F0`, `F1` and `Maybe` have become useless since Java 8 introduced
`Supplier`, `Function` and `Optional` in the default Java 8 standard
library.
Therefore, they are not necessary anymore. This change is required to
change some Zinc's and sbt APIs. They are not widely used, so the
changes will be small.
2017-07-14 15:56:34 +02:00