Skip to content

Commit

Permalink
internal/labels,labeleval: minor changes
Browse files Browse the repository at this point in the history
Recategorize some bugs and clarify the meaning of a category.

After these changes, during one run, the only failure was 60017,
classified as a language proposal instead of a bug. But arguably
it _is_ a proposal ("Will be good to see composite literal being
supported directly inside range expression"), even though one based on
a misunderstanding.

Other runs reported other failures; the results are not repeatable.

For #64.

Change-Id: I4a3338741c2be3f60fcb1f1007677765ca9f4f92
Reviewed-on: https://go-review.googlesource.com/c/oscar/+/635855
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Tatiana Bradley <[email protected]>
  • Loading branch information
jba committed Dec 13, 2024
1 parent 43c6ca6 commit 7ee572b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions internal/devtools/cmd/labeleval/issues.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
69000 bug
69001 bug # but maybe a user misunderstanding?
69001 documentation # iant: "I think that is a genuine bug in the docs that we should fix."
# 02 bot
69003 accessRequest
# 04 bot
Expand Down Expand Up @@ -28,15 +28,15 @@
69027 libraryProposal
# 28 bot
# 29 bot
69030 proposal # adding a GODEBUG option
69030 libraryProposal # adding a GODEBUG option
# 31 bot
69032 bug # or maybe WAI
69033 libraryProposal
# 34 bot
# 35 bot
# 36 bot
69037 bug # WAI
69038 bug
69039 implementation
69037 workingAsIntended
69038 builders
# 69039 PR
69040 invalid

2 changes: 1 addition & 1 deletion internal/labels/static/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"Name": "libraryProposal",
"Label": "LIBPROPLABEL",
"Description": "This issue describes a requested change to the Go standard library or x/ libraries. Adding build tags or "
"Description": "This issue describes a requested change to the Go standard library or x/ libraries, but not to a tool"
},
{
"Name": "toolProposal",
Expand Down

0 comments on commit 7ee572b

Please sign in to comment.