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

stdlib: Fix linter crash from invalid zip generators #9465

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucioleKi
Copy link
Contributor

Fix #9461

An invalid generator in a zip generator is excluded from the analysis for individual generators. If there is no valid generator in a zip generator, no analysis for generator is applied.

Fix erlang#9461

An invalid generator in a zip generator is excluded from the analysis
for individual generators. If there is no valid generator in a zip
generator, no analysis for generator is applied.
@lucioleKi lucioleKi added the team:VM Assigned to OTP team VM label Feb 19, 2025
@lucioleKi lucioleKi requested review from bjorng and jhogberg February 19, 2025 14:26
@lucioleKi lucioleKi self-assigned this Feb 19, 2025
Copy link
Contributor

github-actions bot commented Feb 19, 2025

CT Test Results

    2 files     97 suites   1h 8m 54s ⏱️
2 190 tests 2 143 ✅ 47 💤 0 ❌
2 556 runs  2 507 ✅ 49 💤 0 ❌

Results for commit 23da5fa.

♻️ 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 added the testing currently being tested, tag is used by OTP internal CI label Feb 19, 2025
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.

Zip comprehension: incorrect generator crashes erlc and shell
1 participant