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

asn1: Don't pass on the undec_rest option to the Erlang compiler #8781

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

bjorng
Copy link
Contributor

@bjorng bjorng commented Sep 5, 2024

Closes #8779

@bjorng bjorng added team:VM Assigned to OTP team VM fix testing currently being tested, tag is used by OTP internal CI labels Sep 5, 2024
@bjorng bjorng self-assigned this Sep 5, 2024
@bjorng bjorng linked an issue Sep 5, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Sep 5, 2024

CT Test Results

  2 files   15 suites   18m 42s ⏱️
228 tests 226 ✅ 2 💤 0 ❌
249 runs  247 ✅ 2 💤 0 ❌

Results for commit 54161df.

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

@@ -1382,7 +1382,7 @@ is_asn1_flag(no_ok_wrapper) -> true;
is_asn1_flag(optimize) -> true;
is_asn1_flag(per) -> true;
is_asn1_flag({record_name_prefix,_}) -> true;
is_asn1_flag(undec_rec) -> true;
is_asn1_flag(undec_rest) -> true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it make sense to cover this logic by some tests to avoid similar issues in the future.

@bjorng bjorng merged commit 3676f2c into erlang:maint Sep 6, 2024
16 checks passed
@bjorng bjorng deleted the bjorn/asn1/fix-typo/GH-8779/OTP-19218 branch September 6, 2024 11:23
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 testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in asn1 flag name?
2 participants