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

kernel: Fix group get_until to allow eof only in result #7966

Conversation

garazdawi
Copy link
Contributor

Elixir (and our documentation) return {done, eof, []} and not {done, eof eof} when an eof is indicated. Group did not handle this and crashed.

Elixir (and our documentation) return {done, eof, []} and not
{done, eof eof} when an eof is indicated. Group did not handle
this and crashed.
@garazdawi garazdawi added team:VM Assigned to OTP team VM fix labels Dec 15, 2023
@garazdawi garazdawi self-assigned this Dec 15, 2023
Copy link
Contributor

github-actions bot commented Dec 15, 2023

CT Test Results

       2 files       65 suites   1h 1m 39s ⏱️
1 506 tests 1 256 ✔️ 250 💤 0
1 698 runs  1 400 ✔️ 298 💤 0

Results for commit 9e8f017.

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

@garazdawi garazdawi added the testing currently being tested, tag is used by OTP internal CI label Jan 2, 2024
@garazdawi garazdawi added this to the OTP-26.2.2 milestone Jan 2, 2024
@garazdawi
Copy link
Contributor Author

Merged to maint, will be part of next OTP-26 patch.

@rickard-green rickard-green merged commit d867bf3 into erlang:maint-26 Feb 8, 2024
17 checks passed
@garazdawi garazdawi deleted the lukas/kernel/fix-get_chars-eof/OTP-18901 branch February 8, 2024 14: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.

None yet

2 participants