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

Avoid overriding user's irb_name setting in debugger integration #688

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Aug 21, 2023

Instead of always setting irb_name to irb:rdbg, it should respect the user's setting and only append :rdbg to it.

@st0012 st0012 requested a review from a team August 21, 2023 11:36
@st0012 st0012 self-assigned this Aug 21, 2023
@st0012 st0012 force-pushed the avoid-overriding-irb-name branch 5 times, most recently from 382c311 to 48a5a61 Compare August 21, 2023 11:57
Instead of always setting `irb_name` to `irb:rdbg`, it should respect
the user's setting and only append `:rdbg` to it.
@tompng tompng merged commit 2ce7593 into master Aug 21, 2023
47 checks passed
@tompng tompng deleted the avoid-overriding-irb-name branch August 21, 2023 18:23
matzbot pushed a commit to ruby/ruby that referenced this pull request Aug 21, 2023
integration
(ruby/irb#688)

* Avoid overriding user's irb_name setting in debugger integration

Instead of always setting `irb_name` to `irb:rdbg`, it should respect
the user's setting and only append `:rdbg` to it.

* Introduce write_rc test helper

ruby/irb@2ce7593351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants