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 map comprehension result when a key value is replaced #9358

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

lucioleKi
Copy link
Contributor

Fix #9348

@lucioleKi lucioleKi added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI labels Jan 29, 2025
@lucioleKi lucioleKi requested review from bjorng and jhogberg January 29, 2025 10:57
@lucioleKi lucioleKi self-assigned this Jan 29, 2025
Copy link
Contributor

github-actions bot commented Jan 29, 2025

CT Test Results

    2 files     96 suites   1h 8m 31s ⏱️
2 175 tests 2 128 ✅ 47 💤 0 ❌
2 538 runs  2 489 ✅ 49 💤 0 ❌

Results for commit 56ead49.

♻️ 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 force-pushed the isabell/stdlib/erl-eval-fix branch from 8ad7a11 to 56ead49 Compare January 29, 2025 12:34
@lucioleKi lucioleKi merged commit 7da0086 into erlang:master Jan 30, 2025
24 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.

Map comprehension difference between compiler & interpreter
3 participants