eugene yokota
1ebc1a7bfc
Merge pull request #4302 from eed3si9n/wip/remove-configuration-warning
...
Remove warnings about configuration
2018-08-06 08:34:05 -04:00
eugene yokota
d4d83a5d6b
Merge pull request #4301 from eed3si9n/wip/vararg
...
Revert switch inThisBuild (+friends) to use varargs SettingsDefinition
2018-08-06 08:13:20 -04:00
Eugene Yokota
780ca366d8
Remove warnings about configuration
...
Fixes #4293
Ref #4231 , #4065
This fixes the regression on sbt 1.2.0 that displays a lot of warnings about configurations.
The warning was added in #4231 in an attempt to fix #4065 . This actually highlights somewhat loose usage of configurations among the builds in the wild, and the limitation on the current slash syntax implementation.
I think we can remove this warning for now, and try to fix #4065 by making slash syntax more robust. In particular, we need to memorize the mapping between the configuration name and Scala identifier across the entire build, and use that in the shell.
2018-08-06 00:22:57 -04:00
Eugene Yokota
26c180e768
Revert "Switch inThisBuild (+friends) to use varargs SettingsDefinition"
...
This reverts commit f459b218c4 .
2018-08-05 16:00:33 -04:00
Eugene Yokota
eac7eef947
Revert "Switch to varargs inThisBuild (+friends)"
...
This reverts commit ccf938c786 .
2018-08-05 15:44:37 -04:00
Philippus
15e6cdfd68
Set default maven configurations in pom configuration, fixes #1380
2018-08-05 09:25:33 +02:00
eugene yokota
7c2ea0f374
Merge pull request #4290 from eed3si9n/wip/1.2.0
...
1.2.1-SNAPSHOT
2018-07-31 10:41:53 -04:00
Eugene Yokota
305a8de319
1.2.1-SNAPSHOT
2018-07-30 20:28:42 -04:00
Eugene Yokota
4bcfaee264
1.2.0
2018-07-30 00:56:36 -04:00
eugene yokota
02cea368eb
Merge pull request #4288 from eed3si9n/wip/bump
...
Zinc, LM, Util 1.2.0
2018-07-30 00:26:50 -04:00
Eugene Yokota
3d5b198f88
Zinc, LM, Util 1.2.0
2018-07-29 22:45:46 -04:00
eugene yokota
ad346f529a
Merge pull request #4278 from jozic/human-readable-total
...
add human readable total time
2018-07-29 13:56:27 -04:00
Eugene Platonov
cc2159d565
add human readable total time
2018-07-21 15:56:48 -04: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