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

Ignore pickle/bytecode method mismatch #634

Merged

Conversation

dwijnand
Copy link
Collaborator

I hoped to be able to completely handle this without unpickling the
types. The reported case pushed me to exploring it, but when I realised
it would require reimplementing erasure logic I backed out again.

Fixes #630

@dwijnand dwijnand added this to the 0.9.2 milestone May 20, 2021
I hoped to be able to completely handle this without unpickling the
types.  The reported case pushed me to exploring it, but when I realised
it would require reimplementing erasure logic I backed out again.
@dwijnand dwijnand force-pushed the pickle-vs-bytecode-method-mismatch branch from 86203b7 to e3cee9e Compare May 20, 2021 12:00
@dwijnand dwijnand merged commit e12b773 into lightbend-labs:main May 20, 2021
@dwijnand dwijnand deleted the pickle-vs-bytecode-method-mismatch branch May 20, 2021 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

AssertionError
1 participant