-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix problems when reading from stdin and "-noshell" was passed to erl (or used through an escript) #7384
Fix problems when reading from stdin and "-noshell" was passed to erl (or used through an escript) #7384
Conversation
CT Test Results 3 files 143 suites 1h 44m 46s ⏱️ For more details on these failures, see this check. Results for commit b572a4c. ♻️ 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 |
2b49f96
to
94927cc
Compare
Various eof scenarios when group is using io_lib:collect_chars was not handled correctly and thus when "oldshell" was changed to be handled by group it broke some existing usages. fixes erlang#7368 fixes erlang#6881 fixes erlang#7286
61eaa70
to
f776a11
Compare
As group now acts as the proxy when running "oldshell" or "noshell" it needs to be able to read and write raw binaries. Latin1 encoding allows all possible bytes, so by fixing latin1 we allow any bytes to be passed into and out of Erlang unmodified. fixes erlang#7230
305f4ba
to
2b1ce5d
Compare
Fix problems when reading from stdin and "-noshell" was passed to erl (or used through an escript)
fixes #7368
fixes #6881
fixes #7286
fixes #7230