Skip to content

Fix #4192: Properly set InnerClasses end EnclosingMethod in class files #11589

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 2 commits into from
Mar 10, 2021

Conversation

prolativ
Copy link
Contributor

@prolativ prolativ commented Mar 3, 2021

No description provided.

@prolativ prolativ requested a review from smarter March 3, 2021 15:43
@@ -1,6 +1,7 @@
derive-generic.scala
eff-dependent.scala
enum-java
i4192
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure what are the criteria for skipping pickling tests - how can I know if this is OK or the failing pickling test is a sign that there was a bug somewhere else?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's always some sort of bug, but sometimes it's a bug in the way we run the test itself (when there's a "pickling difference" it means there's a difference in the pretty-printed trees, but sometimes that just means we need to adjust how we pretty-print these trees), it's a good idea to add a comment mentioning what kind of error lead to blacklisting the test in any case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've found the reason of the pickling tests failure #11648 and applied a workaround not to disable the test

@smarter smarter merged commit 04d367e into scala:master Mar 10, 2021
@smarter smarter deleted the fix-inner-class-table-generation branch March 10, 2021 13:27
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
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