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

Fixes issue #9645 #9654

Open
wants to merge 1 commit into
base: maint-27
Choose a base branch
from

Conversation

jokalode
Copy link

Invoking help about function in module in Erlang shell raised exception in shell_docs:render_function/3.

The exception was due to a missing pattern match on the return value of beam_lib:chunks/2.

Split the function in two, one handling errors from find_path/1; the other handling the return value of beam_lib:chunks/2.

Invoking help about function in module in Erlang shell raised
exception in shell_docs:render_function/3.

The exception was due to a missing pattern match on the return value
of `beam_lib:chunks/2`.

Split the function in two, one handling errors from `find_path/1`; the
other handling the return value of `beam_lib:chunks/2`.
@CLAassistant
Copy link

CLAassistant commented Mar 29, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

CT Test Results

Tests are running... https://github.com/erlang/otp/actions/runs/14144839037

Results for commit 5e0a299

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

  • No CT logs found
  • No HTML docs found
  • No Windows Installer found

// Erlang/OTP Github Action Bot

@IngelaAndin IngelaAndin added the team:VM Assigned to OTP team VM label Mar 31, 2025
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.

Invoking help about function in module in Erlang shell raises exception
4 participants