Skip to content

Conversation

@wmealing
Copy link
Contributor

@wmealing wmealing commented Jan 21, 2026

The -user flag was previously undocumented in the 'erl' command reference. This flag allows users to override the default 'user' process (the I/O server) during the boot sequence.

This commit adds the flag description and includes a warning regarding the I/O protocol requirements when replacing the default handler, as standard 'io' module calls will fail if the custom module does not implement the expected interface.

This addresses #10067

Please close the issue once it has been addressed as I do not have permission to do so.

The -user flag was previously undocumented in the 'erl' command
reference. This flag allows users to override the default 'user'
process (the I/O server) during the boot sequence.

This commit adds the flag description and includes a warning
regarding the I/O protocol requirements when replacing the
default handler, as standard 'io' module calls will fail if
the custom module does not implement the expected interface.
@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

CT Test Results

    3 files    135 suites   49m 51s ⏱️
1 656 tests 1 599 ✅ 57 💤 0 ❌
2 294 runs  2 218 ✅ 76 💤 0 ❌

Results for commit 8e0e1e1.

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

@wmealing
Copy link
Contributor Author

Just a thought, might be easier just to build the docs for docs only changes, saves running all the other github runners.

Turn note into warning because it has warning css in the html site.
Copy link
Contributor Author

@wmealing wmealing left a comment

Choose a reason for hiding this comment

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

Minor change to fix up rendered css (I didnt check html output till now).

@IngelaAndin IngelaAndin added the team:VM Assigned to OTP team VM label Jan 21, 2026
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