Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist the remaining changes since 2.12.0 that break all builds #5549

Merged
merged 1 commit into from Nov 21, 2016

Conversation

szeiger
Copy link
Member

@szeiger szeiger commented Nov 21, 2016

The changes were made in #5481,
subsequently breaking binary compatibility checks after
#5532 was merged, too. The affected
methods are part of an internal implementation class. Whitelisting
should be safe.

The changes were made in scala#5481,
subsequently breaking binary compatibility checks after
scala#5532 was merged, too. The affected
methods are part of an internal implementation class. Whitelisting
should be safe.
@szeiger szeiger mentioned this pull request Nov 21, 2016
@scala-jenkins scala-jenkins added this to the 2.12.2 milestone Nov 21, 2016
@som-snytt
Copy link
Contributor

I put them in #5546 but FSR after two shots put them in both listings.

@SethTisue SethTisue modified the milestones: 2.12.1, 2.12.2 Nov 21, 2016
@SethTisue
Copy link
Member

LGTM

@szeiger
Copy link
Member Author

szeiger commented Nov 21, 2016

Merging to make our builds succeed again, just in case #5546 will take a bit longer before it gets merged. @som-snytt The "generated filters" output of MiMa also tripped me up. Our forwards check is done by running a backwards check with swapped versions, so the filters will always be listed for "backwards" even when they really need to be used for "forwards". When I wrote that code MiMa didn't have a forwards mode yet.

@szeiger szeiger merged commit 8cdd46f into scala:2.12.x Nov 21, 2016
@szeiger szeiger deleted the wip/whitelist-mima branch November 21, 2016 16:58
@som-snytt
Copy link
Contributor

@szeiger Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants