delve icon indicating copy to clipboard operation
delve copied to clipboard

cmd/dlv,_scripts: move things that use x/tools/go/packages to new repo

Open aarzilli opened this issue 9 months ago • 1 comments

Move things that depend on golang.org/x/tools/go/packages to a new repository so that they can use the latest version of that package without forcing delve itself to need the latest version of Go.

aarzilli avatar Apr 14 '25 15:04 aarzilli

Needs https://github.com/go-delve/build-tools/pull/1

aarzilli avatar Apr 14 '25 15:04 aarzilli

Other PR was merged.

derekparker avatar Aug 06 '25 20:08 derekparker

We changed things in delve so now the changes need to be ported to build-tools: https://github.com/go-delve/build-tools/pull/2

aarzilli avatar Aug 07 '25 14:08 aarzilli

It should be ok to merge now. For the 1.25 failures in teamcity see https://github.com/go-delve/delve/pull/4089

aarzilli avatar Aug 13 '25 09:08 aarzilli

Needs https://github.com/go-delve/build-tools/pull/3

aarzilli avatar Nov 11 '25 15:11 aarzilli

Merged

derekparker avatar Nov 12 '25 23:11 derekparker