Scala steward
2d8e389787
Update paradise to 2.1.1 ( #23 )
2019-01-13 23:52:53 +01:00
Scala steward
07cbf3a199
Update librarymanagement-ivy to 1.0.4 ( #22 )
2019-01-13 23:52:44 +01:00
Scala steward
2efb919b89
Update utest to 0.6.6 ( #20 )
2019-01-13 23:51:39 +01:00
Scala steward
c71ec889a6
Update sbt-pgp to 1.1.2 ( #19 )
2019-01-13 23:51:22 +01:00
Scala steward
c15ab4b130
Update jsr305 to 2.0.3 ( #18 )
2019-01-13 23:50:50 +01:00
Scala steward
da203ab116
Update argonaut-shapeless_6.2 to 1.2.0-M9 ( #17 )
2019-01-12 15:55:44 +01:00
Alexandre Archambault
eb06719939
Don't run all scripted tests for sbt-lm-coursier on Appveyor ( #24 )
...
Builds often take more than one hour (and are stopped by Appveyor)
2019-01-11 12:27:08 +01:00
bigwheel
c1a93c65b7
[ Fix #287 ] Eviction warning summary shows only binary incompatible
2019-01-10 22:24:11 +09:00
Ethan Atkins
48394c81d5
Merge pull request #4509 from eatkins/2.12.8
...
Bump scala version 2.12.8
2019-01-08 13:29:15 -08:00
Ethan Atkins
541d4047e6
Bump scala version 2.12.8
...
I ran a zsh one liner to generate this:
git grep "2.12.7" | cut -d ':' -f1 | sort | uniq | xargs perl -p -i -e "s/2.12.7/2.12.8/"
2019-01-08 11:11:23 -08:00
Ethan Atkins
78efa032f8
Merge pull request #4508 from eatkins/labeled-functions
...
Add LabeledFunctions to repo
2019-01-08 10:42:53 -08:00
Ethan Atkins
2b831e5988
Add LabeledFunctions to repo
...
I noticed that debugging settings that return functions is annoying
because often the setting is initialized as an anonymous function with a
useless toString method. To improve the debugging for users, I'm adding
a number of wrapper classes for functions that override the default
toString with a provided label.
I then used these functions to label all of the anonymous functions in
Watched.scala.
2019-01-08 09:45:06 -08:00
Eugene Yokota
50e541e404
gzip deb so we can publish to Bintray
2019-01-07 19:09:05 -05:00
eugene yokota
ed1200a763
Merge pull request #4497 from tdroxler/feature/preserve-error-order
...
Preserve errors order when publishing diagnostics
2019-01-04 10:48:01 -05:00
Eugene Yokota
68d0da379e
add Mima exclusion
2019-01-04 09:55:28 -05:00
Thomas Droxler
fff6b044bc
Use `ListBuffer` instead of `List` in `LanguageServerReporter`
...
In order to have a better data structure for appending
2019-01-04 13:31:04 +01:00
Thomas Droxler
a5388fed60
Preserve errors order when publishing diagnostics
...
The `sbt-server` was prepending a new probem and not appending.
The result was a `textDocument/publishDiagnostics` notification
containing a inverted list of problems compare to what was show in the
sbt console.
2019-01-04 13:31:04 +01:00
eugene yokota
f514f4fb78
Merge pull request #4389 from eed3si9n/wip/openjdk11
...
test on openjdk11
2019-01-04 01:30:04 -05:00
Eugene Yokota
0bcb648448
test everything on JDK11
2019-01-03 22:32:32 -05:00
Eugene Yokota
2480fd838c
fix project/flatten
2019-01-03 22:30:41 -05:00
Eugene Yokota
c424b7440b
fix project/internal-tracking
2019-01-03 22:30:41 -05:00
Eugene Yokota
a643380da5
fix protect/aggregate
2019-01-03 22:30:41 -05:00
Eugene Yokota
690beddf02
fix dependency-management/snapshot-resolution
2019-01-03 22:30:41 -05:00
Eugene Yokota
bb1d1edb67
Delete apiinfo/basic
2019-01-03 22:30:41 -05:00
Eugene Yokota
33b4db3daf
mark dotty-compiler-plugin pending
...
Ref https://github.com/lampepfl/dotty/issues/5671
2019-01-03 17:24:05 -05:00
Eugene Yokota
d1409e5041
fix compiler-project/error-in-invalidated
2019-01-03 17:06:10 -05:00
Eugene Yokota
62845b6266
fix compiler-project/separate-analysis-per-scala
2019-01-03 17:05:44 -05:00
Eugene Yokota
ff12b395a0
fix dependency-management/cache-classifiers
2019-01-03 16:47:30 -05:00
Eugene Yokota
97181e7700
get actions/cross-multiproject to pass
2019-01-03 16:40:10 -05:00
Eugene Yokota
85db47420b
fix actions/generator
2019-01-03 15:36:44 -05:00
Eugene Yokota
610495af53
fix actions/doc
...
Javadoc on JDK11 no longer generates package-list it seems.
2019-01-03 15:25:08 -05:00
Eugene Yokota
3f405daf6a
fix actions/doc-file-options
2019-01-03 15:11:58 -05:00
Eugene Yokota
d1b921535b
fix actions/cross-strict-aggregation for openjdk11
2019-01-02 15:48:32 -05:00
eugene yokota
8a7dc9c8e1
Merge pull request #4504 from eed3si9n/bport/4486
...
[1.2.x] define whitesourceOnPush
2019-01-02 15:41:29 -05:00
Eugene Yokota
3962ee297c
add some AdoptOpenJDK JDK11 tests
2019-01-02 14:37:29 -05:00
Eugene Yokota
6001c4e2e6
sbt-assembly 0.14.9
2019-01-02 14:37:29 -05:00
Eugene Yokota
ffcf9cd085
define whitesourceOnPush
...
whitesourceOnPush calls whitesourceCheckPolicies and whitesourceUpdate on push.
Since Travis CI secrets are not available during PR from a fork, there's no point in calling these during the PR validation.
2019-01-02 14:14:18 -05:00
eugene yokota
9fa25de84c
Merge pull request #4502 from eed3si9n/wip/bumplm
...
lm 1.2.4
2018-12-29 00:09:37 -05:00
Eugene Yokota
4c720bffc3
lm 1.2.4
2018-12-28 23:10:27 -05:00
eugene yokota
96a3293c7d
Merge pull request #284 from eed3si9n/wip/bump2
...
Bump Ivy
2018-12-28 18:16:24 -05:00
Eugene Yokota
e36ddd64ab
Bump Ivy
...
Ref https://github.com/sbt/ivy/pull/31
2018-12-28 17:15:43 -05:00
eugene yokota
5cde0abc09
Merge pull request #4501 from eatkins/multi-command
...
Allow trailing semicolon in multi commands
2018-12-27 17:24:57 -05:00
Ethan Atkins
9634a872cd
Allow trailing semicolon in multi commands
...
It was a mistake to disallow trailing semicolons for multi commands.
Firstly this was a mistake because previous versions of sbt supported a
trailing semi colon. It was also inconsistent with how commands work in
a regular shell (e.g. bash or zsh).
2018-12-27 13:22:45 -08:00
eugene yokota
1e7564c408
Merge pull request #4499 from dwijnand/ParseKey-rare-failure
...
Avoid ParseKey failing due to homonymous axes
2018-12-22 14:29:59 -05:00
eugene yokota
96cd676cd9
Merge pull request #4500 from dwijnand/cleanup-ConfigIndex
...
Cleanup ConfigIndex
2018-12-22 14:25:12 -05:00
Dale Wijnand
30dca6b818
Cleanup ConfigIndex
2018-12-22 17:05:51 +00:00
Dale Wijnand
3d924978c2
Add some matcher messaging to ParserSpec
2018-12-22 17:02:48 +00:00
Dale Wijnand
6988b2289a
Cleanup some formatting/wrapping
2018-12-22 17:02:47 +00:00
Dale Wijnand
e533bc93e8
Avoid ParseKey failing due to homonymous axes
2018-12-22 12:51:47 +00:00
Dale Wijnand
645f484184
Switch ParseKey to propertyWithSeed
2018-12-22 12:51:47 +00:00