]> Cypherpunks repositories - gostls13.git/commit
cmd/api: make api/next/* entries required, not optional
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 24 Apr 2023 15:26:23 +0000 (11:26 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 27 Apr 2023 14:06:36 +0000 (14:06 +0000)
commit0972096c5c2facec2d5c6db08a2df32684f41caa
treefe870971e21bc79f77911f8f3c2a4518c4d2eb0d
parentb4eed1c3414b6def26820a9189cb65cb070540be
cmd/api: make api/next/* entries required, not optional

We want the API check to catch if some API present in api/next/*
files is no longer implemented in the tree, and report it in the
same CL that is making the change (by failing loudly). Arguably
this should've been the case since CL 315350, but I didn't notice
it at the time. Do it now.

For #43956.

Change-Id: I73330dd5fd3f5706a1fdf13b2bf8e0f24c6b48e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/488135
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/api/api.go