Commit Graph

10242 Commits

Author SHA1 Message Date
Johannes Rudolph 90f6cedb34
Merge pull request #157 from jrudolph/release-0.9.1
Release notes for 0.9.1
2018-07-17 12:04:53 +02:00
Johannes Rudolph aac468140f
Merge pull request #155 from jrudolph/whatDependsOn-without-version
What depends on without version
2018-07-17 12:01:51 +02:00
Johannes Rudolph f4bbf28459
Release notes for 0.9.1 2018-07-17 12:01:33 +02:00
Johannes Rudolph 9305521f19
Add test for whatDependsOn 2018-07-17 11:51:13 +02:00
Johannes Rudolph 1c35c67df3
Merge pull request #156 from jrudolph/fix-150
Derive resolution-cache dir location from ivyConfiguration, fixes #150
2018-07-17 11:50:06 +02:00
Johannes Rudolph 71f0e933d4
Derive resolution-cache dir location from ivyConfiguration, fixes #150 2018-07-17 11:41:31 +02:00
Johannes Rudolph 6dbcad89d6
Merge master and adapt solution
A new case class ArtifactPattern was created which models both searching with
and without version.
2018-07-16 14:59:16 +02:00
Johannes Rudolph e597bcf804
Merge pull request #154 from jrudolph/modernize-build
Update to sbt 1.1.6
2018-07-16 12:09:59 +02:00
Johannes Rudolph 321f70b17f
Update to sbt 1.1.6
+ new plugin versions
+ new dependency versions
+ freshly autoformatted
2018-07-16 11:59:20 +02:00
Johannes Rudolph 18a0705139
Merge pull request #115 from dmcnelis/master
Adding a clarifying remark to the whatDependsOn command, to make it c…
2018-07-16 11:44:39 +02:00
Johannes Rudolph 978c3c4e2c
Move the sbt invocation notice 2018-07-16 11:44:03 +02:00
Johannes Rudolph 3e41ea7965
Merge pull request #152 from xuwei-k/procedure-syntax
fix procedure syntax
2018-07-16 11:38:50 +02:00
eugene yokota 43607b0c40
Merge pull request #4270 from eed3si9n/wip/parser
Fix bimcompat breakages in complete
2018-07-15 23:26:52 -04:00
eugene yokota 7dfc86d7a4
Merge pull request #4269 from eed3si9n/wip/switch
Make ++ fail when it doesn't affect any subprojects
2018-07-15 22:33:56 -04:00
Eugene Yokota 4ecb3a3f7c Fix bimcompat breakages in complete
Fixes https://github.com/sbt/sbt/issues/4268
2018-07-15 22:28:55 -04:00
Eugene Yokota 1bf6f0d2a0 Make ++ fail when it doesn't affect any subprojects
Fixes #4267
2018-07-15 20:47:59 -04:00
eugene yokota 2d106d92a5
Merge pull request #4265 from eed3si9n/wip/bumpzinc
Zinc 1.2.0-M2
2018-07-14 09:06:09 -04:00
Eugene Yokota 29fa4fb20c Zinc 1.2.0-M2 2018-07-14 03:17:52 -04:00
eugene yokota c02bc2f9d1
Merge pull request #4264 from eed3si9n/wip/javacrossfix
Fixes contains bug
2018-07-14 03:13:05 -04:00
eugene yokota c3cbc7d475
Merge pull request #4263 from eed3si9n/wip/bumpg8
sbt-giter8-resolver 0.11.0
2018-07-14 01:18:03 -04:00
Eugene Yokota 439e67c8c4 Fixes contains bug
Ref https://github.com/scala/bug/issues/10831
Ref https://github.com/sbt/sbt/pull/4139#commitcomment-29633458
2018-07-14 01:05:14 -04:00
Eugene Yokota 5c2c8b262a sbt-giter8-resolver 0.11.0 2018-07-13 17:53:37 -04:00
eugene yokota 18602c521d
Merge pull request #4258 from eed3si9n/wip/scripted
scripted-sbt-redux
2018-07-10 10:03:26 -04:00
Eugene Yokota b3342118f8 Add dependencyOverrides for scripted-plugin
Fixes #4249

This introduces an override rule into the metabuild so scripted-plugin will align with the sbt version.
2018-07-10 03:13:47 -04:00
Eugene Yokota d7dc4b3e29 create scripted-sbt-redux
Fixes #4241
Fixes #4242

This introduces a new subproject named scripted-sbt-redux. The purpose of this new subproject is to workaround the 'sbt.test` package vs `Keys.test` key confusion (#4242) while maintaining the forward compatibility of 0.13.17's sbt cross testing ^^ (#4241).

The new subproject uses `sbt.scriptedtest` package name, and that's the one that will be used by the mothership.

Meanwhile "scripted-sbt" subproject will also be published for compatibility purpose.
2018-07-10 03:13:47 -04:00
eugene yokota 83934ec231
Merge pull request #4257 from xuwei-k/remove-old-scala
simplify build settings. sbt 1.x no longer support old scala versions
2018-07-10 03:05:45 -04:00
xuwei-k f01ff3dd03 simplify build settings. sbt 1.x no longer support old scala versions 2018-07-10 11:51:14 +09:00
eugene yokota de299c0413
Merge pull request #4255 from xuwei-k/remove-project-SiteMap
remove unused project/SiteMap.scala
2018-07-09 15:24:20 -04:00
eugene yokota dfe7e5ff70
Merge pull request #4256 from xuwei-k/correspond-name
correspond file names and class names, packages and directories
2018-07-09 15:23:55 -04:00
xuwei-k b8b9e96bf5 remove unused project/SiteMap.scala
added d6ca66d406
unused since 7f2bd2cc4b
2018-07-09 14:54:24 +09:00
xuwei-k f22809d152 correspond file names and class names, packages and directories 2018-07-09 14:41:44 +09:00
eugene yokota ebc8425f7f
Merge pull request #4254 from xuwei-k/SAM
use SAM type
2018-07-09 00:55:29 -04:00
xuwei-k ae1fdff968 use SAM type 2018-07-09 13:06:34 +09:00
eugene yokota 62954d46ea
Merge pull request #4252 from xuwei-k/java-7-8
use Java 7 and 8 features
2018-07-08 23:06:37 -04:00
eugene yokota cd057209c9
Merge pull request #4253 from xuwei-k/INode-var
use val instead of var
2018-07-08 23:03:43 -04:00
eugene yokota 6c1e29b97f
Merge pull request #4251 from xuwei-k/typo
fix typo
2018-07-08 22:50:47 -04:00
xuwei-k 98eca81b17 use val instead of var 2018-07-08 22:35:31 +09:00
xuwei-k 6936ca024e use Java 7 and 8 features
- diamond operator
- lambda
2018-07-08 22:32:26 +09:00
xuwei-k aa14656753 fix typo 2018-07-08 22:18:57 +09:00
eugene yokota e5af0fe0e9
Merge pull request #4250 from eed3si9n/wip/vscode_output
Prevent Output panel from stealing focus
2018-07-06 08:22:09 -04:00
Eugene Yokota e1cc81fbd6 Prevent Output panel from stealing focus
Fixes https://github.com/sbt/sbt/issues/4247
Ref https://github.com/Microsoft/vscode/issues/31474
2018-07-06 08:16:48 -04:00
eugene yokota e18e9f7c3e
Merge pull request #4246 from retronym/ticket/4244
Defer deprecation warn of last-grep/load-failed until they are used
2018-07-04 00:29:38 -04:00
Jason Zaugg c10ff305de Defer deprecation warn of last-grep/load-failed until they are used 2018-07-04 08:49:26 +10:00
eugene yokota 8692952e91
Merge pull request #4245 from raboof/selectLatestJavaVersion
Select most recent JDK
2018-07-03 12:29:47 -04:00
Arnout Engelen 46693548d7 Add missing copyright header 2018-07-03 15:50:57 +02:00
Arnout Engelen 57e3183b8d Discover jvm installed via Oracle Linux RPM's 2018-07-03 15:29:31 +02:00
Arnout Engelen 7630ed8201 Select most recent jdk
When multiple jdk minor/patch versions are available, select the most
recent one.
2018-07-03 11:06:04 +02:00
eugene yokota 14b320fe21
Merge pull request #4239 from eed3si9n/wip/lm
LM 1.2.0-M3
2018-07-01 04:02:20 -04:00
Eugene Yokota 1aea46d9e4 Import SemanticSelector 2018-07-01 03:13:09 -04:00
Eugene Yokota c0030d594c LM 1.2.0-M3
Fixes https://github.com/sbt/sbt/issues/3773
Ref https://github.com/sbt/librarymanagement/pull/211
Ref https://github.com/sbt/librarymanagement/pull/253
2018-07-01 03:12:44 -04:00