eugene yokota
f48340f708
Merge pull request #211 from eed3si9n/wip/stacktrace
...
reimplement stacktrace suppression
2019-08-20 12:46:37 -04:00
Eugene Yokota
39fdf70c21
reimplement stacktrace suppression
...
Ref https://github.com/sbt/sbt/issues/4964
2019-08-20 12:35:13 -04:00
eugene yokota
d4824a53ae
Merge pull request #210 from eed3si9n/wip/build
...
publish for 2.13
2019-08-19 01:01:59 -04:00
Eugene Yokota
5fcb100d6f
publish for 2.13
...
Fixes #201
https://repo1.maven.org/maven2/org/scala-sbt/util-cache_2.13/
2019-08-18 23:20:43 -04:00
eugene yokota
ca776cf3f8
Merge pull request #208 from jroper/file-info-hash-byte-array
...
Use byte arrays instead of lists of bytes in FileInfo
2019-08-13 08:03:28 -04:00
James Roper
50b2ea6f83
Use byte arrays instead of lists of bytes in FileInfo
...
Fixes #206
2019-08-12 15:16:48 +10:00
eugene yokota
87d04e2b9f
Merge pull request #204 from eed3si9n/wip/bump
...
Scala 2.13.0
2019-07-14 12:57:14 -04:00
Eugene Yokota
7de45416fa
Scala 2.13.0
2019-07-14 12:47:43 -04:00
Dale Wijnand
bb672c8be7
use openjdk instead of oraclejdk. fix travis matrix setting ( #203 )
...
use openjdk instead of oraclejdk. fix travis matrix setting
2019-07-12 08:47:49 +01:00
xuwei-k
9140fe3d2a
use openjdk instead of oraclejdk. fix travis matrix setting
2019-07-12 15:02:30 +09:00
kenji yoshida
5db20c2007
Update dependencies ( #202 )
2019-06-25 11:17:26 +09:00
eugene yokota
19cf0cd691
Merge pull request #200 from eed3si9n/wip/bump
...
IO 1.3.0-M10, and nightly version
2019-05-11 19:29:24 -04:00
Eugene Yokota
dec2ba2d07
IO 1.3.0-M10, and nightly version
...
Fixes #199
2019-05-11 15:56:28 -04:00
eugene yokota
6e9a8241d4
Merge pull request #198 from eed3si9n/wip/plugins2
...
Bump sbt-whitesource
2019-05-04 02:31:29 -04:00
Eugene Yokota
96c91bb2a1
Drop 2.10 cross building
2019-05-04 02:23:55 -04:00
Eugene Yokota
74fb5cde9a
Bump sbt-whitesource
2019-05-04 01:17:44 -04:00
eugene yokota
3568b13a2e
Merge pull request #196 from eed3si9n/wip/lock
...
move super shell rendering to ConsoleAppender
2019-04-21 15:40:11 -04:00
Eugene Yokota
e28e052b5b
move super shell rendering to ConsoleAppender
...
Ref https://github.com/sbt/sbt/issues/4583
This moves the super shell rendering to ConsoleAppender with several improvements.
Instead of scrolling up, supershell is now changed to normal scrolling down, with more traditional cursor position. Before printing out the logs, last known progress reports are wiped out. In addition, there's now 5 lines of blank lines to accomodate for `println(...)` by tasks.
2019-04-21 03:59:19 -04:00
eugene yokota
67dc4ca44b
Merge pull request #197 from eed3si9n/wip/scalafmt
...
sbt-scalafmt 2.0.0
2019-04-20 23:38:35 -04:00
Eugene Yokota
98ec0075f4
apply formatting
2019-04-20 23:23:13 -04:00
Eugene Yokota
2ac7501c7c
sbt-scalafmt 2.0.0
2019-04-20 23:21:31 -04:00
eugene yokota
473d42ac78
Merge pull request #195 from eed3si9n/wip/cache
...
throw error on deserialization error
2019-04-04 22:53:38 -04:00
Eugene Yokota
7431dbdf1a
throw error on deserialization error
2019-04-04 00:53:44 -04:00
eugene yokota
48574c2041
Merge pull request #194 from eed3si9n/wip/plugins
...
switch to official sbt-scalafmt
2019-03-07 19:19:11 -05:00
Eugene Yokota
e4612c858c
switch to official sbt-scalafmt
2019-03-07 18:19:12 -05:00
eugene yokota
3572868cac
Merge pull request #193 from eed3si9n/wip/terminal
...
Account for log line longer than the terminal width
2019-03-07 17:35:53 -05:00
Eugene Yokota
d496a5dff5
Make showProgress configurable
2019-03-07 16:49:54 -05:00
Eugene Yokota
8215026bc3
Account for log line longer than the terminal width
...
widthHolder will hold on to the terminal width if supplied by sbt.
This avoids adding dependencies to JLine.
2019-03-07 16:42:10 -05:00
Eugene Yokota
8c85744d67
Use IO.Newline for stack trace
2019-03-07 16:39:47 -05:00
eugene yokota
15ea0109b8
Merge pull request #192 from eed3si9n/wip/bump
...
log4j 2.11.2
2019-02-23 14:36:46 -05:00
Eugene Yokota
3a6aa57747
log4j 2.11.2
2019-02-23 14:21:07 -05:00
eugene yokota
62471c6215
Merge pull request #191 from eatkins/avoid-io
...
Add file FileInfo factory applys without io
2019-02-06 14:52:39 -05:00
Ethan Atkins
5b198b20be
Add file FileInfo factory applys without io
...
It may be the case that the file property is already known and we can
avoid performing additional io by just passing in the value directly.
2019-02-05 10:00:27 -08:00
eugene yokota
2e0d2d920a
Merge pull request #189 from eed3si9n/wip/log4j
...
bump JLine and log4j 2
2018-11-26 00:25:07 -05:00
Eugene Yokota
fac92b66cb
bump JLine and log4j 2
2018-11-25 23:22:22 -05:00
eugene yokota
962b891aa1
Merge pull request #188 from eed3si9n/wip/prompt-fix
...
expose ANSI control sequences
2018-11-17 22:09:19 -08:00
Eugene Yokota
9f202397e4
expose ANSI control sequences
2018-11-16 23:03:25 -08:00
eugene yokota
cd679591d0
Merge pull request #187 from eed3si9n/fport/avoid-temp-string
...
Avoid temporary string in JSON reading
2018-10-09 18:50:20 -04:00
Jason Zaugg
65e2980e9d
Avoid temporary string in JSON reading
2018-10-09 18:31:13 -04:00
eugene yokota
f16997d3a9
Merge pull request #184 from eed3si9n/wip/progress
...
Adds sbt.color flag and sbt.progress flag
2018-10-02 08:58:38 -04:00
Eugene Yokota
efe04c1cde
Cleaning up code
2018-10-02 08:51:17 -04:00
Eugene Yokota
458675239c
Add mima exclusion for JsonProtocol.LogOptionFormat
...
According to Travis CI only Scala 2.11 seems to be affected.
2018-10-02 08:17:08 -04:00
Eugene Yokota
9bb244314d
implement sbt.progress
...
This implements a logger that grows upward, instead towards bottom.
2018-10-01 05:50:35 -04:00
Eugene Yokota
53c9b84858
add sbt.color flag
...
This implements a new sbt.color flag that takes always/auto/never/true/false value as a replacement of current sbt.log.format=true/false flag.
When neither flags are set, the default behavior is to enable color when the terminal supports ANSI and it detects an stdout console (as opposed to redirects).
Fixes https://github.com/sbt/sbt/issues/4284
2018-09-30 21:00:09 -04:00
eugene yokota
256e9a7c65
Merge pull request #182 from eed3si9n/wip/2127
...
Scala 2.12.7
2018-09-28 02:37:21 -04:00
Eugene Yokota
5ea9ee159c
1.3.0
2018-09-28 02:28:12 -04:00
Eugene Yokota
ab674321dc
Scala 2.12.7
2018-09-28 02:27:45 -04:00
eugene yokota
dbd17e63e2
Merge pull request #181 from eed3si9n/wip/jdk11
...
openjdk11
2018-09-22 01:13:48 -04:00
Eugene Yokota
e121d969c4
openjdk11
2018-09-22 00:55:00 -04:00
eugene yokota
69d6b3aeb8
Merge pull request #180 from eed3si9n/wip/fatal-warnings
...
Fix 2.10 build
2018-09-22 00:47:22 -04:00