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

beam_validator: Reject functions with more than MAX_ARG arguments #9121

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

Conversation

jhogberg
Copy link
Contributor

Fixes #9113

@jhogberg jhogberg added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI labels Nov 27, 2024
@jhogberg jhogberg requested a review from lucioleKi November 27, 2024 14:00
@jhogberg jhogberg self-assigned this Nov 27, 2024
Copy link
Contributor

github-actions bot commented Nov 27, 2024

CT Test Results

    2 files    332 suites   9m 34s ⏱️
  834 tests   832 ✅ 2 💤 0 ❌
5 581 runs  5 579 ✅ 2 💤 0 ❌

Results for commit 0b183d2.

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

@jhogberg jhogberg force-pushed the john/compiler/reject-non-loadable-funs/GH-9113/OTP-19376 branch from b0887a4 to 0b183d2 Compare November 27, 2024 14:23
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.

Maximum number of fun arguments
2 participants