Skip to content

Throw SerializationException instead of IllegalStateException in Enum… #1325

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
Feb 16, 2021

Conversation

qwwdfsad
Copy link
Collaborator

@qwwdfsad qwwdfsad commented Feb 5, 2021

…Serializer

Fixes #1303

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…Serializer

Fixes #1303
@qwwdfsad qwwdfsad requested a review from sandwwraith February 5, 2021 16:25
@qwwdfsad
Copy link
Collaborator Author

qwwdfsad commented Feb 8, 2021

There seems to be a bug in our JS codegen, @sandwwraith could you please take a look?

@sandwwraith
Copy link
Member

I'll see, but it looks like the problem is not codegen — both IR and legacy test fail

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Because of shift+=7 addition and strict condition shift != 64, the
loop never ends. This resulted in test timeout fail on JS.
On JVM and Native, due to shift overflow, the test eventually came out of loop (but that
took quite a big amount of time, about million overflows).
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.

None yet

2 participants