Skip to content

stdlib: Fix io_lib:get_until to return binaries at eof #7993

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

Conversation

garazdawi
Copy link
Contributor

Before this fix if a get_until function would return data when eof is seen, the result would not be correctly converted to a binary when returned.

closes #4992

Before this fix if a get_until function would return
data when eof is seen, the result would not be correctly
converted to a binary when returned.

closes erlang#4992
@garazdawi garazdawi self-assigned this Jan 2, 2024
Copy link
Contributor

github-actions bot commented Jan 2, 2024

CT Test Results

    3 files    143 suites   1h 31m 41s ⏱️
3 307 tests 3 011 ✅ 296 💤 0 ❌
3 815 runs  3 468 ✅ 347 💤 0 ❌

Results for commit 49e1ae3.

♻️ 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 team:VM Assigned to OTP team VM fix testing currently being tested, tag is used by OTP internal CI labels Jan 5, 2024
@garazdawi garazdawi changed the base branch from maint to master January 15, 2024 07:37
@garazdawi garazdawi merged commit 4ea58f6 into erlang:master Jan 15, 2024
@garazdawi garazdawi deleted the lukas/stdlib/fix-io_lib-get_until-binary-mode branch January 15, 2024 07:47
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.

IO devices do not convert to binaries on get_until with eof
1 participant