Commit Graph

17940 Commits

Author SHA1 Message Date
andrea 572f87314f added hashing function 2018-10-19 12:05:40 +01:00
andrea 0499b58819 removed unused jsoncodec plugin 2018-10-19 10:55:20 +01:00
andrea 7d275cf18e targeting alex review 2018-10-19 10:50:27 +01:00
eugene yokota 23063e2813
Merge pull request #4427 from andreaTP/flakyCompletionsSpec
fix ServerSpec flaky test
2018-10-18 17:20:57 -04:00
eugene yokota 6935bee2c7
Merge pull request #244 from eed3si9n/wip/windows
JDK11 on Windows
2018-10-18 17:08:06 -04:00
Eugene Yokota 018034a090 JDK11 on Windows 2018-10-18 16:50:30 -04:00
eugene yokota c8d5276b0a
Merge pull request #243 from liff/issue-sbt-3598
Use `preloaded` from `-sbt-dir`
2018-10-18 16:00:02 -04:00
eugene yokota c53aa4a6df
Merge pull request #273 from eed3si9n/fport/collapse-eviction-warnings
Collapse eviction warnings
2018-10-18 15:06:45 -04:00
Dale Wijnand 0eadc6a6cb Drop trailing commas.. 2018-10-18 14:11:04 -04:00
Dale Wijnand 58bfe85f42 Collapse eviction warnings
Rather than

    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies.
    [warn] Run 'evicted' to see detailed eviction warnings

I would get:

    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings
    [info] Done updating.
    [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings

which is a touch better. (IMO!)
2018-10-18 14:10:59 -04:00
andrea 76be2c1621 fix ServerSpec testing with dbuild 2018-10-18 17:57:14 +01:00
Alexandre Archambault ebbf0b105b Split sbt-coursier Travis CI job 2018-10-17 14:18:04 +02:00
Alexandre Archambault a3abe32525 Clean-up build 2018-10-17 14:18:03 +02:00
Alexandre Archambault 3b81a4ad5e Setup sbt-ci-release (WIP) 2018-10-17 14:18:03 +02:00
Alexandre Archambault 3a65a3acf2 Clean-up .gitignore 2018-10-17 14:18:03 +02:00
Olli Helenius b791da704c
Use `preloaded` from `-sbt-dir` 2018-10-17 13:04:39 +03:00
eugene yokota 9ba283a1f1
Merge pull request #242 from eed3si9n/wip/revert-239
Revert 239
2018-10-17 03:16:24 -04:00
Eugene Yokota 1d806c9cf3 Revert "Use `preloaded` from `-sbt-dir`"
This reverts commit b8dbe42ece.
2018-10-17 01:57:08 -04:00
Eugene Yokota 9c19799b73 Revert "Improve logic for finding preloaded directory"
This reverts commit c8219f8396.
2018-10-17 01:56:57 -04:00
eugene yokota 910151d193
Merge pull request #271 from tanishiking/update-scaladoc-semantic-version-selector
Update scaladoc for SemanticVersionSelector
2018-10-16 15:13:49 -04:00
tanishiking 1d429e4c51 Update scaladoc for SemanticVersionSelector
Fix for https://github.com/sbt/sbt/issues/4422
2018-10-17 00:30:13 +09:00
andrea 1f46e3e32b fix 2018-10-16 12:35:23 +01:00
andrea d18c37974a going on, everything but sbt-plugins looks working 2018-10-16 12:31:07 +01:00
eugene yokota 015d85836b
Merge pull request #4425 from eed3si9n/wip/bump
[1.2.x] Fixes cached resolution, and upgrades modules
2018-10-15 16:34:22 -04:00
andrea 21e2c5f904 Starting point for going on 2018-10-15 18:20:36 +01:00
Eugene Yokota 137c746ac0 util 1.2.3, zinc 1.2.4 2018-10-15 12:48:47 -04:00
Eugene Yokota 4e6352179b lm 1.2.2 2018-10-15 12:46:40 -04:00
Eugene Yokota ede82b4709 Adjust the tests 2018-10-15 12:46:18 -04:00
Eugene Yokota 608c6fb990 Set withMetadataDirectory by default
This partly fixes cached resolution.

Ref https://github.com/sbt/sbt/issues/3761
2018-10-15 12:46:02 -04:00
eugene yokota 7d79a13ba9
Merge pull request #4424 from eed3si9n/wip/cached-resolution
Set withMetadataDirectory by default, bump to lm 1.2.2
2018-10-15 12:40:29 -04:00
Eugene Yokota 10fa964b6f Adjust the tests 2018-10-15 11:24:44 -04:00
andrea e1ce3a07c5 compilation and tests are ok 2018-10-15 10:34:14 +01:00
Leonard Ehrenfried ed25bcba43 Add implementation of coursier 2018-10-15 10:24:34 +01:00
Eugene Yokota 93c8ab0a2d librarymanagement 1.2.2 2018-10-15 05:13:43 -04:00
eugene yokota 87393a3f9f
Merge pull request #268 from eed3si9n/wip/contains
Fix the contains issue
2018-10-15 03:35:00 -04:00
Eugene Yokota f70ce9bab0 Set withMetadataDirectory by default
This partly fixes cached resolution.

Ref https://github.com/sbt/sbt/issues/3761
2018-10-15 03:26:39 -04:00
Eugene Yokota cb92556c7f sbt-scalafmt 0.15 to align with sbt/sbt 2018-10-15 03:10:00 -04:00
Eugene Yokota f1a99e5e4a Fix the contains issue
Fixes https://github.com/sbt/librarymanagement/issues/259
2018-10-15 03:02:53 -04:00
eugene yokota aa8e453e3e
Merge pull request #265 from andreaTP/sbtScriptedTest
Scripted integration test infrastructure with Sbt
2018-10-12 10:41:55 -04:00
andrea 8b53d4a5c1 Scripted integration test infrastructure with Sbt 2018-10-12 09:18:17 +01:00
eugene yokota 1f8e9c9657
Merge pull request #4410 from eed3si9n/wip/semantic
ThisBuild / enableSemanticDB
2018-10-12 01:00:16 -04:00
eugene yokota bca5c23eb0
Merge pull request #4420 from andreaTP/refactorCancellations
[sbt-server] Refactor cancellations
2018-10-11 20:22:54 -04:00
eugene yokota 8698622c6f
Merge pull request #4398 from andreaTP/configurableLibraryManagement
Build time configurable library management
2018-10-11 20:21:57 -04:00
Eugene Yokota aa8c1f484b implement SemanticdbPlugin
This makes it easier to enable SemanticDB build wide.
2018-10-11 15:44:15 -04:00
Eugene Yokota 9c611f2c07 -Yrangepos for sbt 2018-10-11 15:44:15 -04:00
Andrea Peruffo e4c9fbad79
Merge branch 'develop' into configurableLibraryManagement 2018-10-11 18:59:38 +01:00
Andrea Peruffo a2607f1da6
Merge branch 'develop' into refactorCancellations 2018-10-11 18:57:57 +01:00
eugene yokota e759d17b2e
Merge pull request #4397 from andreaTP/lspCompletions
[sbt-server] LSP completions support
2018-10-11 12:49:23 -04:00
eugene yokota 7fe075974c
Merge pull request #4417 from andreaTP/moreRobustServerSpec
fix ServerSpec flaky tests
2018-10-11 09:32:33 -04:00
eugene yokota 58648d680e
Merge pull request #4419 from eatkins/reload-loop
Fix windows reload loop
2018-10-11 09:19:54 -04:00