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

Fix BT on nested break #1047

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Fix BT on nested break #1047

merged 2 commits into from
Dec 11, 2023

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Dec 11, 2023

fix bt on nested break points

di_body() doesn't filter C locations so some additional locations were available.

ko1 added 2 commits December 11, 2023 08:52
show backlog if verbose is true.
`di_body()` doesn't filter C locations.
@ko1 ko1 merged commit 557233a into ruby:master Dec 11, 2023
20 checks passed
@ko1 ko1 deleted the fix_nested_break branch December 11, 2023 19:57
xjunior referenced this pull request in powerhome/audiences Dec 28, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [debug](https://togithub.com/ruby/debug) | `1.9.0` -> `1.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/debug/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/debug/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/debug/1.9.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/debug/1.9.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ruby/debug (debug)</summary>

### [`v1.9.1`](https://togithub.com/ruby/debug/releases/tag/v1.9.1)

[Compare
Source](https://togithub.com/ruby/debug/compare/v1.9.0...v1.9.1)

Fix small issue to release with Ruby 3.3.0.

#### What's Changed

- Fix BT on nested break by [@&#8203;ko1](https://togithub.com/ko1) in
[https://github.com/ruby/debug/pull/1047](https://togithub.com/ruby/debug/pull/1047)

**Full Changelog**:
ruby/debug@v1.9.0...v1.9.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant