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

EEP 78: Multi-valued comprehensions #9374

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

michalmuskala
Copy link
Contributor

This is a PR implementing proposal from erlang/eep#75

Copy link
Contributor

github-actions bot commented Feb 3, 2025

CT Test Results

    3 files    419 suites   1h 14m 0s ⏱️
2 901 tests 2 855 ✅ 46 💤 0 ❌
8 059 runs  8 010 ✅ 49 💤 0 ❌

Results for commit cd1e028.

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

This required relaxing the parsing rules of map comprehensions from
map_field_assoc to just map_field. The check that map comprehensions
only contain map_field_assoc entries will be reproduced in erl_lint
in a subsequent commit.
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.

2 participants