Closed renovate-bot closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.78%. Comparing base (
c655e56
) to head (c3fa750
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v1.23.0
->v1.23.1
Release Notes
go-delve/delve (github.com/go-delve/delve)
### [`v1.23.1`](https://redirect.github.com/go-delve/delve/releases/tag/v1.23.1) [Compare Source](https://redirect.github.com/go-delve/delve/compare/v1.23.0...v1.23.1) #### What's Changed - proc: move stepping test to their own file by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3784](https://redirect.github.com/go-delve/delve/pull/3784) - proc: fix step stuttering when entering range-over-func bodies by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3788](https://redirect.github.com/go-delve/delve/pull/3788) - proc: fix TestRangeOverFuncNext on linux/386 by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3795](https://redirect.github.com/go-delve/delve/pull/3795) - eval: Allow reslicing a slice up to its cap, rather than its length by [@Jille](https://redirect.github.com/Jille) in [https://github.com/go-delve/delve/pull/3796](https://redirect.github.com/go-delve/delve/pull/3796) - chore: fix function name by [@linchizhen](https://redirect.github.com/linchizhen) in [https://github.com/go-delve/delve/pull/3803](https://redirect.github.com/go-delve/delve/pull/3803) - terminal/starbind: fix starlark conversion of named consts by [@arvidfm](https://redirect.github.com/arvidfm) in [https://github.com/go-delve/delve/pull/3802](https://redirect.github.com/go-delve/delve/pull/3802) - proc: workaround for macOS section name truncation by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3799](https://redirect.github.com/go-delve/delve/pull/3799) - service/dap: make handlesMap generic by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3798](https://redirect.github.com/go-delve/delve/pull/3798) - service/dap: fix test failure with 1.24 by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3805](https://redirect.github.com/go-delve/delve/pull/3805) - proc: fix result type of division of untyped constants by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3794](https://redirect.github.com/go-delve/delve/pull/3794) - proc: improve Rosetta check by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3810](https://redirect.github.com/go-delve/delve/pull/3810) - proc: for optimized functions allow .closureptr to not exist by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3808](https://redirect.github.com/go-delve/delve/pull/3808) - proc: cache module data by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3800](https://redirect.github.com/go-delve/delve/pull/3800) - \*: release version 1.23.1 by [@aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3816](https://redirect.github.com/go-delve/delve/pull/3816) #### New Contributors - [@Jille](https://redirect.github.com/Jille) made their first contribution in [https://github.com/go-delve/delve/pull/3796](https://redirect.github.com/go-delve/delve/pull/3796) - [@linchizhen](https://redirect.github.com/linchizhen) made their first contribution in [https://github.com/go-delve/delve/pull/3803](https://redirect.github.com/go-delve/delve/pull/3803) - [@arvidfm](https://redirect.github.com/arvidfm) made their first contribution in [https://github.com/go-delve/delve/pull/3802](https://redirect.github.com/go-delve/delve/pull/3802) **Curated Changelog**: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1231-2024-09-23Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.