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

Survive unpickling crashes when completing from Tasty #14884

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Apr 8, 2022

Survive unpickling crashes when completing symbols from Tasty.
Crashes can happen in a number of circumstances, from overwritten
symbols (as in the test) to corrupted Tasty files. We should
survive them and present a regular error message.

Fixes #12482

Survive unpickling crashes when completing symbols from Tasty.
Crashes can happen in a number of circumstances, from overwritten
symbols (as in the test) to corrupted Tasty files. We should
survive them and present a regular error message.

Fixes scala#12482
@nicolasstucki nicolasstucki merged commit e35b6ff into scala:main Apr 11, 2022
@nicolasstucki nicolasstucki deleted the fix-12482 branch April 11, 2022 12:42
@Kordyjan Kordyjan added this to the 3.2.0 milestone Aug 1, 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.

ICE: assertion failed: class FileZipArchive has non-class parent: val <none>
3 participants