Skip to content

Mitigate crash on arrays of void or v128 #2232

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
Mar 22, 2022
Merged

Mitigate crash on arrays of void or v128 #2232

merged 1 commit into from
Mar 22, 2022

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Mar 22, 2022

Fixes #2219.

  • I've read the contributing guidelines
  • I've added my name and email to the NOTICE file

@dcodeIO
Copy link
Member Author

dcodeIO commented Mar 22, 2022

Not much to test here, unfortunately, since Array<void>, like any other generic class expecting a value type in data and/or logic, is non-functional and will produce diagnostics down the road.

@dcodeIO dcodeIO merged commit b571122 into main Mar 22, 2022
@dcodeIO dcodeIO deleted the issue-2219 branch March 22, 2022 13:48
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.

Initializing an array of type void crashes the compiler
1 participant