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

Hide debugger hint after the input is submitted #789

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Nov 26, 2023

If output_modifier_proc's complete arg is true, it means the input is submitted. In that case, debugger hint doesn't provide value to users and adds noise to the output. So we hide it in such case.

If `output_modifier_proc`'s `complete` arg is true, it means the input is
submitted. In that case, debugger hint doesn't provide value to users
and adds noise to the output. So we hide it in such case.
@st0012 st0012 added the enhancement New feature or request label Nov 26, 2023
@tompng tompng merged commit f86d9db into master Nov 27, 2023
43 of 47 checks passed
@tompng tompng deleted the hide-debugger-hint-after-input-is-submitted branch November 27, 2023 10:34
matzbot pushed a commit to ruby/ruby that referenced this pull request Nov 27, 2023
(ruby/irb#789)

If `output_modifier_proc`'s `complete` arg is true, it means the input is
submitted. In that case, debugger hint doesn't provide value to users
and adds noise to the output. So we hide it in such case.

ruby/irb@f86d9dbe2f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

2 participants