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

Add missing message send operator ! to erl_parse:binary_op/0 type #6955

Closed

Conversation

erszcz
Copy link
Contributor

@erszcz erszcz commented Mar 1, 2023

The message send operator ! is listed in terminals of the grammar and an expression node for it is built using ?mkop2() macro, but it's not listed as a valid operator in the definition of the binary_op/0 type. This commit adds it there.

This PR is the same as #6954 but it targets maint instead of master.

The message send operator ! is listed in terminals of the grammar and
an expression node for it is built using ?mkop2() macro, but it's not
listed as a valid operator in the definition of binary_op/0 type.
This commit adds it there.
@erszcz erszcz force-pushed the add-bang-to-erl-parse-binary-op-type branch from 94b0c76 to f38f301 Compare March 1, 2023 21:17
@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2023

CT Test Results

       2 files       85 suites   34m 4s ⏱️
1 704 tests 1 654 ✔️ 47 💤 3
1 981 runs  1 929 ✔️ 49 💤 3

For more details on these failures, see this check.

Results for commit f38f301.

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

@rickard-green rickard-green added the team:VM Assigned to OTP team VM label Mar 6, 2023
@bjorng
Copy link
Contributor

bjorng commented Mar 6, 2023

Thanks for your pull request. It is too late to include in Erlang/OTP 25.3, so it will be included in a patch release.

@bjorng
Copy link
Contributor

bjorng commented Mar 13, 2023

I am closing this PR because I've included its correction in #7013.

@bjorng bjorng closed this Mar 13, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants