Eliminate major sources of daily noise in SBT build.#5152
Merged
retronym merged 2 commits intoscala:2.11.xfrom May 17, 2016
Merged
Eliminate major sources of daily noise in SBT build.#5152retronym merged 2 commits intoscala:2.11.xfrom
retronym merged 2 commits intoscala:2.11.xfrom
Conversation
- Intercept incorrect "binary conflict" warning issued by SBT.
Fixes scala/scala-dev#100
- Bump to a new version of pantsbuild/jarjar to fix an
incompatibility with Java 8 parameter names in class
files, which we run into on the 2.12.x branch. See:
pantsbuild/jarjar#19
- Disable info level logging for dependency resolve/download.
Member
Author
|
I've also included a backport of the |
It avoids confusion with existing test/partest scripts that test the compiler in build/, while sbt it targeting build-sbt/.
Contributor
|
LGTM |
adriaanm
added a commit
to adriaanm/scala
that referenced
this pull request
Jun 29, 2016
This commit switches to using 2.12.0-M3-dc9effe as STARR, so that we can switch to the new trait encoding where each concrete trait member gets a a static member, which has the actual implementation (as well as serving as a target for for super calls using invokestatic), and a default member (forwards to the static member). Also bump partest to 1.0.17 -- the release that goes with the in-sourcing of scalacheck.
adriaanm
added a commit
to adriaanm/scala
that referenced
this pull request
Jun 29, 2016
This commit switches to using 2.12.0-M3-dc9effe as STARR, so that we can switch to the new trait encoding where each concrete trait member gets a a static member, which has the actual implementation (as well as serving as a target for for super calls using invokestatic), and a default member (forwards to the static member). Also bump partest to 1.0.17 -- the release that goes with the in-sourcing of scalacheck. Replace a few more -Yopt with -opt (for our new STARR)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Eliminate major sources of daily noise in SBT build.
Fixes Silence "differs from Scala binary version" warning in SBT build scala-dev#100
incompatibility with Java 8 parameter names in class
files, which we run into on the 2.12.x branch. See:
Update to ASM5 API version pantsbuild/jarjar#19
Review by @szeiger or @lrytz