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

compiler: remove NomatchGuard from strict generators #9025

Conversation

lucioleKi
Copy link
Contributor

NomatchGuard was only needed for strict binary generators to test for non-empty binaries. Now TailPat for strict binary generators is changed to an empty binary, and TailClause is moved before NomatchClause for this case. There is no need to have NomatchGuard anymore.

`NomatchGuard` was only needed for strict binary generators to test for non-empty
binaries. Now `TailPat` for strict binary generators is changed to an empty
binary, and `TailClause` is moved before `NomatchClause` for this case.
There is no need to have NomatchGuard anymore.
@lucioleKi lucioleKi added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI labels Nov 6, 2024
@lucioleKi lucioleKi requested a review from jhogberg November 6, 2024 09:38
@lucioleKi lucioleKi self-assigned this Nov 6, 2024
Copy link
Contributor

github-actions bot commented Nov 6, 2024

CT Test Results

    2 files    323 suites   9m 4s ⏱️
  825 tests   823 ✅ 2 💤 0 ❌
5 471 runs  5 469 ✅ 2 💤 0 ❌

Results for commit 5e5d83c.

♻️ 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

@lucioleKi lucioleKi merged commit f96d9f2 into erlang:master Nov 7, 2024
20 checks passed
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.

2 participants