Skip to content

Conversation

@retronym
Copy link
Member

@retronym retronym commented May 10, 2016

Eliminate major sources of daily noise in SBT build.

Review by @szeiger or @lrytz

@scala-jenkins scala-jenkins added this to the 2.11.9 milestone May 10, 2016
  - 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.
@retronym
Copy link
Member Author

I've also included a backport of the s/build-sbt/build change that originally targettted the 2.12.x branch.

It avoids confusion with existing test/partest scripts
that test the compiler in build/, while sbt it targeting build-sbt/.
@adriaanm
Copy link
Contributor

LGTM

@retronym retronym merged commit 512bf7a into scala:2.11.x May 17, 2016
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)
@SethTisue SethTisue modified the milestones: 2.11.11, 2.11.9 May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants