characterize
characterize copied to clipboard
Bump debug from 1.9.1 to 1.9.2
Bumps debug from 1.9.1 to 1.9.2.
Release notes
Sourced from debug's releases.
v1.9.2
What's Changed
- config
- Make irb_console toggleable with config update by
@st0012in ruby/debug#1057- internal
- Stop assuming Array#each is written in C by
@k0kubunin ruby/debug#1061- Add
base64gem to the dependencies by@y-yagiin ruby/debug#1066- Support Ruby 3.4's new error message format by
@hsbtin ruby/debug#1080- catch up ruby 3.4.0 error related changes by
@ko1in ruby/debug#1083- Fix syntax warnings by
@casperisfinein ruby/debug#1072- Drop base64 dependency by
@Earlopainin ruby/debug#1071- Fix ENOENT error when readline is not loaded by
@lazyatomin ruby/debug#1073- Remove and Restore irb configuration like irbrc while irb console tests by
@hsbtin ruby/debug#1067- Use rb_iseqw_to_iseq to get iseq pointer by
@peterzhu2118in ruby/debug#1093- tests
- Add Ruby 3.3 to CI matrix by
@st0012in ruby/debug#1058- Use ruby/actions workflow for ruby versions by
@m-nakamura145in ruby/debug#1065- Separate setup and execution steps in CI by
@ono-maxin ruby/debug#1088- Fix flakey test "test_reponse_returns_correct_threads_info" by
@ono-maxin ruby/debug#1089- Add Launchable in CI by
@ono-maxin ruby/debug#1090- doc
- Correct the irb command's description by
@st0012in ruby/debug#1056- Fix prelude doc example to use curly braces by
@adam12in ruby/debug#1052- Mention IRB console in readme by
@st0012in ruby/debug#1092New Contributors
@Earlopainmade their first contribution in ruby/debug#1071@lazyatommade their first contribution in ruby/debug#1073@m-nakamura145made their first contribution in ruby/debug#1065Full Changelog: https://github.com/ruby/debug/compare/v1.9.1...v1.9.2
Commits
0b77e82v1.9.26407c98Format tablesa655f10Mention IRB as the console in readmeffbdb30Use rb_iseqw_to_iseq to get iseq pointer75326e2Fix name of rb_iseq_t struct6e9a127Add Launchable in CI3564601Fix flakey test "test_reponse_returns_correct_threads_info"98dad00Separate setup and execution steps in CI68f7753Add Session#deactivate_irb_integration935f903Make irb_console toggleable with config update- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.