]> Cypherpunks repositories - gostls13.git/commit
go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles
authorAlan Donovan <adonovan@google.com>
Mon, 19 May 2025 18:11:51 +0000 (14:11 -0400)
committerAlan Donovan <adonovan@google.com>
Tue, 27 May 2025 17:26:20 +0000 (10:26 -0700)
commitae0824883e7f851173ff1855ad1c638bec87a426
treed8bb5452260a9ae1a0d1119422fa36404120236c
parent8dd7d2111b8622dac4b0127fa1d26da3c1c4c274
go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles

(More symbols that belong to the ast.Object deprecation.)

Fixes #73088
Fixes #7124
Updates #52463
Updates #71122

Change-Id: I10e3ef35b587da2f3f0a65e9154e33bd53e7a093
Reviewed-on: https://go-review.googlesource.com/c/go/+/674176
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
api/next/73088.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/go/ast/73088.md [new file with mode: 0644]
src/go/ast/filter.go