eugene yokota
3b3aa2f495
Merge pull request #331 from eed3si9n/wip/contraband_
...
Bump Contraband
2020-04-06 18:26:03 -04:00
Eugene Yokota
fd71e8cb17
Bump Contraband
2020-04-06 18:15:46 -04:00
Eugene Yokota
ab06affe7c
Bump util
2020-04-06 18:15:29 -04:00
Scala Steward
e421e02c8d
Update sbt, scripted-plugin to 1.3.9 ( #211 )
2020-04-01 13:39:07 +02:00
Stephane Landelle
b643112c2a
Merge transitive and direct reverse dependencies, close sbt/stb#5484 ( #209 )
...
Motivation:
Direct reverse dependencies Map is added into the transitive reverse dependencies Map, so any dependency existing in both Maps loses transitive callers.
This behavior is not consistent with the ivy based lm and is not desirable: the goal is to have the complete callers tree.
Modification:
Merge the 2 maps instead of adding and lose values for conflicting keys.
Result:
Transitive callers are not lost when dependency is also pulled directly.
2020-03-31 15:35:50 +02:00
Alexandre Archambault
c7975b9f1a
Add FromCoursier to mima exclusions ( #210 )
...
Maybe that object should be moved to lmcoursier.internal…
2020-03-31 02:16:21 +02:00
eugene yokota
56cf50ff23
Merge pull request #5488 from eed3si9n/wip/bumpjna
...
ipcsocket 1.0.1 that uses latest JNA
2020-03-30 13:42:38 -04:00
Eugene Yokota
e95dd544fc
ipcsocket 1.0.1 that uses latest JNA
2020-03-30 12:33:57 -04:00
eugene yokota
ef2256d22f
Merge pull request #5487 from eed3si9n/wip/coursier
...
lm-coursier-shaded 2.0.0-RC6-2
2020-03-30 09:55:17 -04:00
Eugene Yokota
5dd5296bcf
lm-coursier-shaded 2.0.0-RC6-2
2020-03-29 21:01:11 -04:00
eugene yokota
7770479b2d
Merge pull request #5481 from anilkumarmyla/update/semanticdb-4.3.7
...
Update semanticdb to work with scala 2.12.11
2020-03-22 17:14:26 -04:00
Anil Kumar Myla
41c3f433e6
Update semanticdb to work with scala 2.12.11
2020-03-20 16:12:07 -07:00
eugene yokota
fb38e1933d
Merge pull request #5479 from jtjeferreira/patch-1
...
Fix TaskTimings scaladocs
2020-03-19 17:06:05 -04:00
João Ferreira
09b2113379
fix units
2020-03-19 15:20:22 +00:00
João Ferreira
030252b653
Fix TaskTimings scaladocs
2020-03-19 15:07:26 +00:00
eugene yokota
a6c727a4ae
Merge pull request #5476 from eed3si9n/wip/scala-2.12.11
...
Update scala to 2.12.11
2020-03-18 22:36:56 -04:00
Eugene Yokota
d2def1ac74
Use Array to talk to proper build
2020-03-18 16:28:51 -04:00
eugene yokota
ea4c008249
Merge pull request #5469 from nigredo-tori/patch-1
...
Fix a message about an undefined setting
2020-03-18 11:51:47 -04:00
Anil Kumar Myla
5840532687
Paradise is available for 2.12.11
2020-03-18 01:13:57 -07:00
Anil Kumar Myla
887eb17f9e
Update scala to 2.12.11
2020-03-18 00:49:14 -07:00
Cyrille Chépélov
29208b66b9
expose ttl, verbosityLevel, checksums, cachePolicies to SBT ( #205 )
2020-03-16 12:23:33 +01:00
nigredo-tori
11b7173ec7
Fix a message about an undefined setting
...
`defining` seems to be the setting or a task that references `referencedKey`, not the other way around.
2020-03-13 12:53:44 +07:00
eugene yokota
6c13017075
Merge pull request #5463 from dwijnand/scripted-support-prereleases
...
Make ScriptedLauncher support Scala pre-releases
2020-03-12 12:59:54 -04:00
Dale Wijnand
b58c99efee
Make ScriptedLauncher support Scala pre-releases
...
Also add a dash of sanity checks here and there.
2020-03-12 15:32:02 +00:00
eugene yokota
25c1b96dae
Merge pull request #321 from XenonAbe/sbtIssue5223
...
Fix --jvm-debug not working on Windows
2020-03-03 22:42:17 -05:00
abe
2242091012
Add test for --jvm-debug
2020-03-04 12:05:41 +09:00
abe
bcf5f020fe
Fix --verbose output with --jvm-debug on Windows
2020-03-04 11:48:56 +09:00
abe
8143bbfc24
Fix --jvm-debug not working on Windows
2020-03-03 14:39:00 +09:00
Scala Steward
aa83893027
Update coursier to 2.0.0-RC6-10 ( #201 )
2020-03-02 10:42:40 +01:00
Scala Steward
af3f8aed05
Update sbt-mima-plugin to 0.7.0 ( #203 )
2020-03-02 10:42:33 +01:00
eugene yokota
0b12862caf
Merge pull request #5439 from dwijnand/introduce-Taskable
...
Introduce Taskable & toTaskable
2020-02-28 10:43:16 -05:00
eugene yokota
9c384dca15
Merge pull request #5435 from dwijnand/tweak-Def.displayRelative
...
Tweak Def.displayRelative
2020-02-28 09:57:04 -05:00
eugene yokota
c3b2440c28
Merge pull request #5448 from eed3si9n/wip/val-ordering
...
Make val loading order top-to-bottom
2020-02-26 17:16:44 -05:00
eugene yokota
8b74261092
Merge pull request #5450 from azolotko/handle-interrupted-exception-in-completion-service-task
...
Treat InterruptedException in CompletionService as task cancelation
2020-02-26 16:31:31 -05:00
eugene yokota
a2563f0088
Merge pull request #5447 from eed3si9n/wip/ordering
...
Make bare setting loading order alphabetical
2020-02-26 16:25:24 -05:00
Alex Zolotko
bbadaa5985
Merge branch 'develop' into handle-interrupted-exception-in-completion-service-task
2020-02-25 13:09:52 +01:00
Alex Zolotko
7a1a524b4e
Treat InterruptedException in CompletionService as task being cancelled
2020-02-25 11:58:09 +01:00
Eugene Yokota
4b847b148f
Make bare setting loading order alphabetical
...
Fixes https://github.com/sbt/sbt/issues/2697
Ref https://twitter.com/not_xuwei_k/status/1230140477959286848
Note that this is could potentially break an existing build that was relying on previous behavior, which seem to return `build.sbt` at the end if you have `a.sbt`, `b.sbt`, `c.sbt`, and `build.sbt`.
2020-02-24 18:16:01 -05:00
eugene yokota
16e14f1757
Merge pull request #5446 from azolotko/5226-use-backgound-job-service-pool-for-job-onstop
...
Prevent RejectedExecutionException during BackgroundRunnable.cleanup
2020-02-24 17:25:15 -05:00
eugene yokota
879bd5399c
Merge pull request #328 from eed3si9n/wip/ivy
...
Ivy 2.3.0-sbt-fa726854dd30be842ff9e6d2093df6adfe3871f5
2020-02-22 15:43:54 -05:00
Eugene Yokota
2d6f102f9a
Ivy 2.3.0-sbt-fa726854dd30be842ff9e6d2093df6adfe3871f5
...
Fixes https://github.com/sbt/sbt/issues/2366
2020-02-22 15:30:26 -05:00
Eugene Yokota
b97de940a5
Make val loading order top-to-bottom
...
Fixes #2232
Within `build.sbt` this makes sure that definitions are ordered from top to bottom.
This matters when multiple subprojects refer to the same setting (probably not a good practice).
2020-02-22 04:45:34 -05:00
Scala Steward
15682aa5b5
Update scalatest to 3.1.1 ( #202 )
2020-02-21 10:56:44 +01:00
Alex Zolotko
92b2eaadf8
Prevent RejectedExecutionException during BackgroundRunnable.cleanup
2020-02-21 10:45:51 +01:00
eugene yokota
523795e204
Merge pull request #5440 from eed3si9n/wip/getsetting
...
Add getSetting to UpperStateOps
2020-02-18 13:52:29 -05:00
eugene yokota
36091bcd24
Merge pull request #5436 from dwijnand/document-parts-of-AList-and-TupleSyntax
...
Document parts of AList & components of TupleSyntax
2020-02-18 12:58:53 -05:00
Scala Steward
e314e7f88e
Update coursier to 2.0.0-RC6-8 ( #199 )
2020-02-17 14:18:30 +01:00
Dale Wijnand
23702b6432
Add toTaskable to Init/+Task, for tuple syntax
2020-02-17 12:22:53 +00:00
Dale Wijnand
722022ae97
Add conversions from Init/+Task to Taskable
2020-02-17 12:22:53 +00:00
Dale Wijnand
fdfdd1ca47
Extract Taskable from ScopedTaskable
2020-02-17 12:22:53 +00:00