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@st0012
in ruby/debug#952no_lineno
config optiopn (default: false) by@ko1
in ruby/debug#973- Core
- add
Session#exnted_feature
API as experimental by@ko1
in ruby/debug#960- Move
Session#exnted_feature
into Session class by@ono-max
in ruby/debug#964- Enable trap function accept Integer(Non-String) by
@MasanoriOnishi
in ruby/debug#976- work correctly with trap(Integer,...) by
@ko1
in ruby/debug#977- DAP
- Restart threads on DAP evaluation by
@st0012
in ruby/debug#950- DAP: introduce Rdbg Trace Inspector by
@ono-max
in ruby/debug#959- DAP: Access
dropped_trace_cnt
only when@recorder
is not nil by@ono-max
in ruby/debug#969- Improve variable type name request by
@adisonlampert
in ruby/debug#957- follow-up #957 by
@ko1
in ruby/debug#971- separate
process
withprocess_request
by@ko1
in ruby/debug#972- DAP: support
config.rdbgInitialScripts
by@ko1
in ruby/debug#980- CDP
- CDP: send "Debugger.scriptParsed" only when a new file path is found by
@ono-max
in ruby/debug#953- Test
- Kill a debuggee process fastly if a test fails by
@ono-max
in ruby/debug#955- Retry connecting in test for attaching to CDP server by
@ono-max
in ruby/debug#956- Improve assert_repl_result for CDP by
@st0012
in ruby/debug#951- Terminate a test early when it fails by
@ono-max
in ruby/debug#974- Misc
- Fixes typo
lengthddsfsd
by@egenerat
in ruby/debug#962- Omit test_finish_0 because it failed with only reline environment by
@hsbt
in ruby/debug#970New Contributors
@egenerat
made their first contribution in ruby/debug#962@adisonlampert
made their first contribution in ruby/debug#957@MasanoriOnishi
made their first contribution in ruby/debug#976Full Changelog: https://github.com/ruby/debug/compare/v1.7.2...v1.8.0
Commits
4ec9d7a
v1.8.0ab2a1ed
supportconfig.rdbgInitialScripts
3becfa1
no_lineno
config optiopn (default: false)3cf0253
work correctly with trap(Integer,...)f4b4dda
Enable trap function accept Integer697414d
Terminate a test early when it fails855772d
separateprocess
withprocess_request
e3e2a82
follow-up #957a2b3ee2
Updateinfo c \<exp>
based on PR comment5b14e0a
Fixinfo 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)