aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2023-12-05 15:16:18 -0500
committerAlan Donovan <adonovan@google.com>2023-12-05 21:18:08 +0000
commited30ee6c56505905880e63266641de32666e1c0b (patch)
treec130e0b7acd0b7b6266ef87b99fb52e70113b68e /api
parent5686b650cc6e75ac28f76a3c02176cb3f25b13c4 (diff)
downloadgo-ed30ee6c56505905880e63266641de32666e1c0b.tar.gz
go-ed30ee6c56505905880e63266641de32666e1c0b.zip
doc/go1.22: document ast.Object deprecation
The api.txt changes were originally recorded by mistake (sorry) into go1.21.txt; see CL 504915, which made the actual change in August. Change-Id: If46b48d9714f01605888a6e975c1a03ccfce3b3e Reviewed-on: https://go-review.googlesource.com/c/go/+/547637 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Alan Donovan <adonovan@google.com> Commit-Queue: Alan Donovan <adonovan@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/go1.22.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/api/go1.22.txt b/api/go1.22.txt
index 90ab686b11..d2a1ae7a88 100644
--- a/api/go1.22.txt
+++ b/api/go1.22.txt
@@ -48,7 +48,12 @@ pkg encoding/base64, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8,
pkg encoding/base64, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693
pkg encoding/hex, func AppendDecode([]uint8, []uint8) ([]uint8, error) #53693
pkg encoding/hex, func AppendEncode([]uint8, []uint8) []uint8 #53693
+pkg go/ast, func NewPackage //deprecated #52463
pkg go/ast, func Unparen(Expr) Expr #60061
+pkg go/ast, type Importer //deprecated #52463
+pkg go/ast, type Object //deprecated #52463
+pkg go/ast, type Package //deprecated #52463
+pkg go/ast, type Scope //deprecated #52463
pkg go/types, func NewAlias(*TypeName, Type) *Alias #63223
pkg go/types, func Unalias(Type) Type #63223
pkg go/types, method (*Alias) Obj() *TypeName #63223