Make irb_console toggleable with config update#1057
Merged
ko1 merged 2 commits intoruby:masterfrom Feb 21, 2024
Merged
Conversation
2e6c807 to
55d6f2c
Compare
joe-sharp
reviewed
Jan 17, 2024
joe-sharp
left a comment
There was a problem hiding this comment.
Sorry I missed you had this open PR when I filed my issue! Thanks for the fix!
55d6f2c to
e7e4d63
Compare
1. When the user sets `irb_console` to `true` through the command, the `irb:rdbg` will now be enabled the same way as typing the `irb` command. 2. When the user sets `irb_console` to `false` through the command, the `irb:rdbg` will now be disabled. 3. Users can now enable `irb:rdbg` by setting `irb_console` to `true` in their `.rdbgrc` file.
auto-merge was automatically disabled
February 21, 2024 12:49
Head branch was pushed to by a user without write access
e7e4d63 to
46b8ea0
Compare
|
Have a question not worth opening up a new issue for. When running |
xjunior
referenced
this pull request
in powerhome/audiences
Apr 8, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [debug](https://togithub.com/ruby/debug) | `1.9.1` -> `1.9.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ruby/debug (debug)</summary> ### [`v1.9.2`](https://togithub.com/ruby/debug/releases/tag/v1.9.2) [Compare Source](https://togithub.com/ruby/debug/compare/v1.9.1...v1.9.2) #### What's Changed - config - Make irb_console toggleable with config update by [@​st0012](https://togithub.com/st0012) in [https://github.com/ruby/debug/pull/1057](https://togithub.com/ruby/debug/pull/1057) - internal - Stop assuming Array#each is written in C by [@​k0kubun](https://togithub.com/k0kubun) in [https://github.com/ruby/debug/pull/1061](https://togithub.com/ruby/debug/pull/1061) - Add `base64` gem to the dependencies by [@​y-yagi](https://togithub.com/y-yagi) in [https://github.com/ruby/debug/pull/1066](https://togithub.com/ruby/debug/pull/1066) - Support Ruby 3.4's new error message format by [@​hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/debug/pull/1080](https://togithub.com/ruby/debug/pull/1080) - catch up ruby 3.4.0 error related changes by [@​ko1](https://togithub.com/ko1) in [https://github.com/ruby/debug/pull/1083](https://togithub.com/ruby/debug/pull/1083) - Fix syntax warnings by [@​casperisfine](https://togithub.com/casperisfine) in [https://github.com/ruby/debug/pull/1072](https://togithub.com/ruby/debug/pull/1072) - Drop base64 dependency by [@​Earlopain](https://togithub.com/Earlopain) in [https://github.com/ruby/debug/pull/1071](https://togithub.com/ruby/debug/pull/1071) - Fix ENOENT error when readline is not loaded by [@​lazyatom](https://togithub.com/lazyatom) in [https://github.com/ruby/debug/pull/1073](https://togithub.com/ruby/debug/pull/1073) - Remove and Restore irb configuration like irbrc while irb console tests by [@​hsbt](https://togithub.com/hsbt) in [https://github.com/ruby/debug/pull/1067](https://togithub.com/ruby/debug/pull/1067) - Use rb_iseqw_to_iseq to get iseq pointer by [@​peterzhu2118](https://togithub.com/peterzhu2118) in [https://github.com/ruby/debug/pull/1093](https://togithub.com/ruby/debug/pull/1093) - tests - Add Ruby 3.3 to CI matrix by [@​st0012](https://togithub.com/st0012) in [https://github.com/ruby/debug/pull/1058](https://togithub.com/ruby/debug/pull/1058) - Use ruby/actions workflow for ruby versions by [@​m-nakamura145](https://togithub.com/m-nakamura145) in [https://github.com/ruby/debug/pull/1065](https://togithub.com/ruby/debug/pull/1065) - Separate setup and execution steps in CI by [@​ono-max](https://togithub.com/ono-max) in [https://github.com/ruby/debug/pull/1088](https://togithub.com/ruby/debug/pull/1088) - Fix flakey test "test_reponse_returns_correct_threads_info" by [@​ono-max](https://togithub.com/ono-max) in [https://github.com/ruby/debug/pull/1089](https://togithub.com/ruby/debug/pull/1089) - Add Launchable in CI by [@​ono-max](https://togithub.com/ono-max) in [https://github.com/ruby/debug/pull/1090](https://togithub.com/ruby/debug/pull/1090) - doc - Correct the irb command's description by [@​st0012](https://togithub.com/st0012) in [https://github.com/ruby/debug/pull/1056](https://togithub.com/ruby/debug/pull/1056) - Fix prelude doc example to use curly braces by [@​adam12](https://togithub.com/adam12) in [https://github.com/ruby/debug/pull/1052](https://togithub.com/ruby/debug/pull/1052) - Mention IRB console in readme by [@​st0012](https://togithub.com/st0012) in [https://github.com/ruby/debug/pull/1092](https://togithub.com/ruby/debug/pull/1092) #### New Contributors - [@​Earlopain](https://togithub.com/Earlopain) made their first contribution in [https://github.com/ruby/debug/pull/1071](https://togithub.com/ruby/debug/pull/1071) - [@​lazyatom](https://togithub.com/lazyatom) made their first contribution in [https://github.com/ruby/debug/pull/1073](https://togithub.com/ruby/debug/pull/1073) - [@​m-nakamura145](https://togithub.com/m-nakamura145) made their first contribution in [https://github.com/ruby/debug/pull/1065](https://togithub.com/ruby/debug/pull/1065) **Full Changelog**: ruby/debug@v1.9.1...v1.9.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/audiences). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
irb_consoletotruethrough the command, theirb:rdbgwill now be enabled the same way as typing theirbcommand.irb_consoletofalsethrough the command, theirb:rdbgwill now be disabled.irb:rdbgby settingirb_consoletotruein their.rdbgrcfile.