Skip to content

stdlib: support 'fun f/a' expressions in the shell #9898

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

Open
wants to merge 1 commit into
base: maint-26
Choose a base branch
from

Conversation

frazze-jobb
Copy link
Contributor

Now you can type lists:map(fun is_atom/1, []) or lists:map(fun my_func/1, []), in the shell,
instead of lists:map(fun erlang:is_atom/1, []) or lists:map(fun shell_default:my_func/1, []).

Closes #9771

@frazze-jobb frazze-jobb self-assigned this Jun 2, 2025
@frazze-jobb frazze-jobb added team:VM Assigned to OTP team VM fix labels Jun 2, 2025
Copy link
Contributor

github-actions bot commented Jun 2, 2025

CT Test Results

  1 files   11 suites   3m 44s ⏱️
 93 tests  90 ✅ 3 💤 0 ❌
109 runs  106 ✅ 3 💤 0 ❌

Results for commit eee8a61.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant