]> Cypherpunks repositories - gostls13.git/commit
go/types: provision for generating initorder.go, but disabled for now
authorRobert Griesemer <gri@golang.org>
Wed, 18 Jan 2023 22:39:20 +0000 (14:39 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 20 Jan 2023 18:12:57 +0000 (18:12 +0000)
commit2507e7897ba17bb33759c1c496d05bb7d459a31d
tree81a7409ffee76d476fb5d94be08480a54f9d6504
parent1011ccad5cdc7a90c31f07196df0f40ba2d5f6c5
go/types: provision for generating initorder.go, but disabled for now

Add the code to generate initorder.go but do not enable the generation
of that file for now because the generated  use uses error_ which has
implications for gopls use (error_ produces a single error instead of
pultiple \t-indented follow-on errors).

Change-Id: I5cd8acdeb8845dbb4716f19cf90d88191dd4216c
Reviewed-on: https://go-review.googlesource.com/c/go/+/461692
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/go/types/generator.go