Commit Graph

6456 Commits

Author SHA1 Message Date
eugene yokota c2dc7d62f4
Merge pull request #4405 from eed3si9n/bport/plugincross
[1.2.x]  check PluginCross.scala consisntency
2018-10-05 14:05:40 -04:00
Eugene Yokota 4c6e421d59 add onLoadMessage 2018-10-05 13:40:59 -04:00
Eugene Yokota ce9aa0c920 check PluginCross.scala consisntency 2018-10-05 13:39:59 -04:00
eugene yokota ec26c512cd
Merge pull request #4401 from eed3si9n/wip/bump
Zinc 1.2.3
2018-10-05 03:31:31 -04:00
Eugene Yokota 1f0680efbf Bump modules 2018-10-05 02:25:36 -04:00
Eugene Yokota 48726a0d60 Formatting 2018-10-05 02:25:21 -04:00
eugene yokota 5649ac0410
Merge pull request #4400 from eed3si9n/bport/junit-reports
[1.2.x] Duplicate reports for backwards-compat adding a name-compliant copy
2018-10-05 01:18:20 -04:00
Ignasi Marimon-Clos 3ea7533d4f Duplicate reports for backwards-compat adding a name-compliant copy 2018-10-05 00:17:33 -04:00
eugene yokota 3f9972df4d
Merge pull request #4388 from eed3si9n/wip/2127
[1.2.x]  Scala 2.12.7
2018-09-28 04:58:50 -04:00
Eugene Yokota cd7a5c6f6b Use linesIterator for JDK 11 compat 2018-09-28 03:03:28 -04:00
Eugene Yokota 4e00a3e9f0 Scala 2.12.7 2018-09-28 03:03:17 -04:00
eugene yokota 916724afd4
Merge pull request #4354 from eed3si9n/wip/rangepos
Follow up on Position extension
2018-09-14 00:56:58 -04:00
Eugene Yokota 48418408b3 Follow up on Position extension
https://github.com/sbt/util/pull/173 added the ability to carry range position. This exposes it to the sbt server.
2018-09-14 00:02:02 -04:00
eugene yokota dce2ea1f8c
Merge pull request #4351 from eed3si9n/bport/fix-server-broadcast
[1.2.x] Fix second part of #4091: server responses should not be broadcasted
2018-09-13 16:11:21 -04:00
Eugene Yokota b472d5d2b6 Bump modules 2018-09-13 14:26:16 -04:00
Guillaume Martres a7b04329bd Fix second part of #4091: server responses should not be broadcasted
Change CommandExchange#publishEvent to not broadcast ExecStatusEvent and
instead check the channelName, this matches what was already done in
CommandExchange#publishEventMessage
2018-09-13 12:38:48 -04:00
eugene yokota 65d592cf7e
Merge pull request #4332 from smarter/scalaCompilerBridgeBinaryJar
Add scalaCompilerBridgeBinaryJar task
2018-09-13 09:50:55 -04:00
Guillaume Martres 2c64c0c9b5 Add scalaCompilerBridgeBinaryJar task
The end goal is to rewrite Dotty's compiler-bridge in Java (this is easy
since the zinc-specific phases are in the compiler itself) to simplify
the bootstrapping process.
2018-08-28 17:44:58 +09:00
eugene yokota 6eb3d9f0fb
Merge pull request #4324 from eed3si9n/wip/bumpvscodemodules
sbt 1.2.1 and some maintenance npm bumps
2018-08-16 23:38:25 -04:00
Eugene Yokota fa3b0f0313 sbt 1.2.1 2018-08-16 15:55:25 -04:00
Eugene Yokota 349f56fed5 Bump modules to address security vulnerability 2018-08-16 15:54:40 -04:00
eugene yokota 549c69463d
Merge pull request #4304 from eed3si9n/wip/bump
Zinc 1.2.1, IO 1.2.1
2018-08-06 18:52:29 -04:00
Eugene Yokota a1d1c77311 Zinc 1.2.1, IO 1.2.1 2018-08-06 16:46:55 -04:00
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
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 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