Skip to content

Commit 7ee572b

Browse files
committed
internal/labels,labeleval: minor changes
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]>
1 parent 43c6ca6 commit 7ee572b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

internal/devtools/cmd/labeleval/issues.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
69000 bug
2-
69001 bug # but maybe a user misunderstanding?
2+
69001 documentation # iant: "I think that is a genuine bug in the docs that we should fix."
33
# 02 bot
44
69003 accessRequest
55
# 04 bot
@@ -28,15 +28,15 @@
2828
69027 libraryProposal
2929
# 28 bot
3030
# 29 bot
31-
69030 proposal # adding a GODEBUG option
31+
69030 libraryProposal # adding a GODEBUG option
3232
# 31 bot
3333
69032 bug # or maybe WAI
3434
69033 libraryProposal
3535
# 34 bot
3636
# 35 bot
3737
# 36 bot
38-
69037 bug # WAI
39-
69038 bug
40-
69039 implementation
38+
69037 workingAsIntended
39+
69038 builders
40+
# 69039 PR
4141
69040 invalid
4242

internal/labels/static/categories.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"Name": "libraryProposal",
1515
"Label": "LIBPROPLABEL",
16-
"Description": "This issue describes a requested change to the Go standard library or x/ libraries. Adding build tags or "
16+
"Description": "This issue describes a requested change to the Go standard library or x/ libraries, but not to a tool"
1717
},
1818
{
1919
"Name": "toolProposal",

0 commit comments

Comments
 (0)