ruby-cldr
ruby-cldr copied to clipboard
Bump debug from 1.7.2 to 1.8.0
Bumps debug from 1.7.2 to 1.8.0.
Release notes
Sourced from debug's releases.
v1.8.0
This release supports TraceInspector functionality on VSCode, and other fixes.
What's Changed
- CLI
- Fix
info c <exp>when doesn't return a constant by@st0012in ruby/debug#952no_linenoconfig optiopn (default: false) by@ko1in ruby/debug#973- Core
- add
Session#exnted_featureAPI as experimental by@ko1in ruby/debug#960- Move
Session#exnted_featureinto Session class by@ono-maxin ruby/debug#964- Enable trap function accept Integer(Non-String) by
@MasanoriOnishiin ruby/debug#976- work correctly with trap(Integer,...) by
@ko1in ruby/debug#977- DAP
- Restart threads on DAP evaluation by
@st0012in ruby/debug#950- DAP: introduce Rdbg Trace Inspector by
@ono-maxin ruby/debug#959- DAP: Access
dropped_trace_cntonly when@recorderis not nil by@ono-maxin ruby/debug#969- Improve variable type name request by
@adisonlampertin ruby/debug#957- follow-up #957 by
@ko1in ruby/debug#971- separate
processwithprocess_requestby@ko1in ruby/debug#972- DAP: support
config.rdbgInitialScriptsby@ko1in ruby/debug#980- CDP
- CDP: send "Debugger.scriptParsed" only when a new file path is found by
@ono-maxin ruby/debug#953- Test
- Kill a debuggee process fastly if a test fails by
@ono-maxin ruby/debug#955- Retry connecting in test for attaching to CDP server by
@ono-maxin ruby/debug#956- Improve assert_repl_result for CDP by
@st0012in ruby/debug#951- Terminate a test early when it fails by
@ono-maxin ruby/debug#974- Misc
- Fixes typo
lengthddsfsdby@egeneratin ruby/debug#962- Omit test_finish_0 because it failed with only reline environment by
@hsbtin ruby/debug#970New Contributors
@egeneratmade their first contribution in ruby/debug#962@adisonlampertmade their first contribution in ruby/debug#957@MasanoriOnishimade their first contribution in ruby/debug#976Full Changelog: https://github.com/ruby/debug/compare/v1.7.2...v1.8.0
Commits
4ec9d7av1.8.0ab2a1edsupportconfig.rdbgInitialScripts3becfa1no_linenoconfig optiopn (default: false)3cf0253work correctly with trap(Integer,...)f4b4ddaEnable trap function accept Integer697414dTerminate a test early when it fails855772dseparateprocesswithprocess_requeste3e2a82follow-up #957a2b3ee2Updateinfo c \<exp>based on PR comment5b14e0aFixinfo c \<exp>when <exp> doesn't return a constant- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)