Skip to content

v1.23.1

Choose a tag to compare

@derekparker derekparker released this 23 Sep 18:39
· 279 commits to master since this release
856ad78

What's Changed

  • proc: move stepping test to their own file by @aarzilli in #3784
  • proc: fix step stuttering when entering range-over-func bodies by @aarzilli in #3788
  • proc: fix TestRangeOverFuncNext on linux/386 by @aarzilli in #3795
  • eval: Allow reslicing a slice up to its cap, rather than its length by @Jille in #3796
  • chore: fix function name by @linchizhen in #3803
  • terminal/starbind: fix starlark conversion of named consts by @arvidfm in #3802
  • proc: workaround for macOS section name truncation by @aarzilli in #3799
  • service/dap: make handlesMap generic by @aarzilli in #3798
  • service/dap: fix test failure with 1.24 by @aarzilli in #3805
  • proc: fix result type of division of untyped constants by @aarzilli in #3794
  • proc: improve Rosetta check by @aarzilli in #3810
  • proc: for optimized functions allow .closureptr to not exist by @aarzilli in #3808
  • proc: cache module data by @aarzilli in #3800
  • *: release version 1.23.1 by @aarzilli in #3816

New Contributors

Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1231-2024-09-23