Skip to content

Reorder unpickled type params if necessary #923

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

Merged
merged 1 commit into from
Nov 5, 2015

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Nov 4, 2015

When compiling Iterator.scala it was observed that
the type parameters of BufferedCanBuildFrom appeared
in the wrong order. This fix corrects that, making
sure that type parameters appear in the decls scope
in the same order as they are given in the explicitly
unpickled type parameter list.

Review by @VladimirNik (to change reviewer jobs a bit)

When compiling Iterator.scala it was observed that
the type parameters of BufferedCanBuildFrom appeared
inm the wrong order. This fix corrects that, making
sure that type parameters appear in the decls scope
in the same order as they are given in the epxlicitly
unpickled type parameter list.
@VladimirNik
Copy link
Contributor

LGTM

odersky added a commit that referenced this pull request Nov 5, 2015
Reorder unpickled type params if necessary
@odersky odersky merged commit 0f04188 into scala:master Nov 5, 2015
@allanrenucci allanrenucci deleted the fix-typeparam-order branch December 14, 2017 19:21
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.

3 participants