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

delve 1.22.0 #158552

Merged
merged 2 commits into from
Dec 30, 2023
Merged

delve 1.22.0 #158552

merged 2 commits into from
Dec 30, 2023

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* all: remove obsolete build tags by @alexandear in https://github.com/go-delve/delve/pull/3513
* service/dap: add the concrete type to interface type by @suzmue in https://github.com/go-delve/delve/pull/3510
* service/dap: fix bugs in stdout/stderr handling by @hyangah in https://github.com/go-delve/delve/pull/3522
* pkg/terminal: support vscode in edit command by @derekparker in https://github.com/go-delve/delve/pull/3524
* Use a valid timezone in tested binary by @upils in https://github.com/go-delve/delve/pull/3527
* proc: implement follow exec mode on Windows by @aarzilli in https://github.com/go-delve/delve/pull/3507
* service/test: disable TestClientServer_chanGoroutines with rr backend by @aarzilli in https://github.com/go-delve/delve/pull/3492
* proc/native: use cgo instead of C for freebsd by @4a6f656c in https://github.com/go-delve/delve/pull/3529
* proc: use DW_AT_trampoline to detect auto-generated code by @aarzilli in https://github.com/go-delve/delve/pull/3528
* proc: use stack machine to evaluate expressions by @aarzilli in https://github.com/go-delve/delve/pull/3508
* proc: fix comment typos by @alexandear in https://github.com/go-delve/delve/pull/3531
* proc: add min and max builtins by @aarzilli in https://github.com/go-delve/delve/pull/3530
* CI: update staticcheck version by @aarzilli in https://github.com/go-delve/delve/pull/3533
* proc: remove expr evaluation goroutine from EvalExpressionWithCalls by @aarzilli in https://github.com/go-delve/delve/pull/3532
* service/api: use bitfield for prettyprint flags by @aarzilli in https://github.com/go-delve/delve/pull/3536
* proc: allow evaluator to reference previous frames by @derekparker in https://github.com/go-delve/delve/pull/3534
* *: Add explicit code of conduct by @derekparker in https://github.com/go-delve/delve/pull/3540
* proc,service/dap,proc/gdbserial: fixes for debugserver --unmask-signals by @aarzilli in https://github.com/go-delve/delve/pull/3541
* *: release 1.21.2 (for master) by @aarzilli in https://github.com/go-delve/delve/pull/3546
* proc/native: wherever we check for exited we should also check detached by @aarzilli in https://github.com/go-delve/delve/pull/3547
* pkg/proc: add inline function support for stripped binaries by @derekparker in https://github.com/go-delve/delve/pull/3549
* cmd: fix a bunch of linter warnings from GoLand by @derekparker in https://github.com/go-delve/delve/pull/3550
* proc: add regression test for issue #3548 by @aarzilli in https://github.com/go-delve/delve/pull/3553
* *: update dependencies by @derekparker in https://github.com/go-delve/delve/pull/3552
* service: fix a bunch of linter warnings from GoLand by @derekparker in https://github.com/go-delve/delve/pull/3551
* *: Correct spelling mistakes by @alexandear in https://github.com/go-delve/delve/pull/3555
* pkg,service: Remove redundant build constraints by @alexandear in https://github.com/go-delve/delve/pull/3556
* Shorten variable types by @stefanhaller in https://github.com/go-delve/delve/pull/3535
* TeamCity: reupgrade linux/386 builder to Go 1.21 by @aarzilli in https://github.com/go-delve/delve/pull/3560
* pkg/proc: improve support unwinding from sigpanic by @derekparker in https://github.com/go-delve/delve/pull/3559
* pkg/proc: unskip passing tests and reorganize by @derekparker in https://github.com/go-delve/delve/pull/3561
* chore: use strings.Contains instead by @testwill in https://github.com/go-delve/delve/pull/3562
* pkg,service: remove unnecessary convertions by @alexandear in https://github.com/go-delve/delve/pull/3564
* *: remove checks for TRAVIS env variable by @aarzilli in https://github.com/go-delve/delve/pull/3568
* terminal: clear substitute path rules cache when config is used by @aarzilli in https://github.com/go-delve/delve/pull/3567
* service: fix typo in variable name by @alexandear in https://github.com/go-delve/delve/pull/3575
* TeamCity: remove windows/arm64 builders from chain by @aarzilli in https://github.com/go-delve/delve/pull/3572
* proc: simplify and generalize runtime.mallocgc workaround by @aarzilli in https://github.com/go-delve/delve/pull/3571
* proc/gdbserial: refactor parsing of key-value pairs from gdb protocol by @aarzilli in https://github.com/go-delve/delve/pull/3574
* Extract tip builds into a separate sub-project by @artspb in https://github.com/go-delve/delve/pull/3578
* pkg,service/dap: use switch instead of if-else-if by @alexandear in https://github.com/go-delve/delve/pull/3576
* CI: update teamcity settings by @derekparker in https://github.com/go-delve/delve/pull/3579
* pkg/proc: use gore to obtain info from stripped binaries by @derekparker in https://github.com/go-delve/delve/pull/3577
* add missing import in TeamCity DSL by @artspb in https://github.com/go-delve/delve/pull/3580
* update TeamCity DSL version to 2023.05 and remove tip configurations from Aggregator by @artspb in https://github.com/go-delve/delve/pull/3581
* proc: fix TestIssue1101 flake by @aarzilli in https://github.com/go-delve/delve/pull/3585
* proc: skip trapthread for harcoded breakpoints after manual stop by @aarzilli in https://github.com/go-delve/delve/pull/3582
* tests: fix tests in go1.22 by @aarzilli in https://github.com/go-delve/delve/pull/3583
* all: run go mod tidy by @prattmic in https://github.com/go-delve/delve/pull/3589
* add all branches but PRs to filter by @artspb in https://github.com/go-delve/delve/pull/3590
* service/dap: fix close on closed channel panic by @aarzilli in https://github.com/go-delve/delve/pull/3573
* Show pprof labels in thread names by @stefanhaller in https://github.com/go-delve/delve/pull/3501
* *: Use forked goretk/gore module by @derekparker in https://github.com/go-delve/delve/pull/3597
* proc: make some type casts less counterintuitive by @aarzilli in https://github.com/go-delve/delve/pull/3596
* teamcity,version: add 1.22 to supported versions and CI matrix by @aarzilli in https://github.com/go-delve/delve/pull/3601
* proc: fix ppc64 arch name check by @aarzilli in https://github.com/go-delve/delve/pull/3608
* goversion: include pre-releases in VersionAfterOrEqual check by @aarzilli in https://github.com/go-delve/delve/pull/3607
* service/dap: fix close on closed channel by @aarzilli in https://github.com/go-delve/delve/pull/3609
* proc: fix TestPackageRenames on go1.22 on linux/386 by @aarzilli in https://github.com/go-delve/delve/pull/3610
* *: Update gore dep for 1.22 by @derekparker in https://github.com/go-delve/delve/pull/3611
* *: release version 1.22.0 by @aarzilli in https://github.com/go-delve/delve/pull/3606

New Contributors

Full Changelog: go-delve/delve@v1.21.1...v1.22.0
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1220-2023-12-29

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 30, 2023
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 30, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 30, 2023
Merged via the queue into Homebrew:master with commit b2246a6 Dec 30, 2023
12 checks passed
@BrewTestBot BrewTestBot deleted the bump-delve-1.22.0 branch December 30, 2023 02:51
@github-actions github-actions bot added the outdated PR was locked due to age label Jan 30, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants