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

beam_validator: Fix inference on singleton types in registers #6964

Merged

Conversation

jhogberg
Copy link
Contributor

@jhogberg jhogberg commented Mar 2, 2023

Type inference with singleton types in registers was weaker than inference on their corresponding literals.

Fixes #6962

Type inference with singleton types in registers was weaker than
inference on their corresponding literals.
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2023

CT Test Results

       2 files     296 suites   12m 18s ⏱️
   765 tests    763 ✔️ 2 💤 0
4 822 runs  4 820 ✔️ 2 💤 0

Results for commit ebc461e.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@jhogberg jhogberg requested a review from bjorng March 2, 2023 20:37
@jhogberg jhogberg added the testing currently being tested, tag is used by OTP internal CI label Mar 3, 2023
@jhogberg jhogberg merged commit bffeadb into erlang:master Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[erlc] "internal consistency check failed" with some optimizations disabled
2 participants