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
Dale Wijnand
39070c18e2
Merge pull request #172 from dwijnand/lenient-StringTypeTag
...
Make checkTypeTag lenient on "scala." type prefix
2018-08-02 08:08:16 +01:00
Dale Wijnand
b1d02bee30
Make checkTypeTag lenient on "scala." type prefix
2018-08-02 07:52:13 +01:00
eugene yokota
6a9c7c934e
Merge pull request #171 from eed3si9n/wip/next
...
1.2.1-SNAPSHOT
2018-08-01 00:29:23 -04:00
Eugene Yokota
81a1317e53
1.2.1-SNAPSHOT
2018-08-01 00:16:15 -04: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
7e9e4879aa
Merge pull request #170 from eed3si9n/wip/bump
...
IO 1.2.0
2018-07-29 16:11:12 -04:00
Eugene Yokota
184c5bdaef
IO 1.2.0
2018-07-29 15:36:27 -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 yokota
404ea508e0
Merge pull request #169 from Dwolla/issue-168
...
Output Caching: invoke output value function again, after executing output effect
2018-07-27 13:53:10 -04:00
Brian P. Holt
6f2b78b6a8
clean up compiler warnings in util-tracking
2018-07-27 11:35:26 -05:00
Brian P. Holt
141d9357cc
invoke output value function again, after executing output effect
...
fixes #168
2018-07-27 11:31:58 -05: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