We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf2b65 commit e4adc38Copy full SHA for e4adc38
gopls/internal/telemetry/cmd/stacks/stacks.go
@@ -410,7 +410,6 @@ func readIssues(pcfg ProgramConfig) ([]*Issue, error) {
410
issue.Number, err, block)
411
continue
412
}
413
- issue.predicateText = block
414
issue.predicate = pred
415
416
@@ -930,8 +929,7 @@ type Issue struct {
930
929
Body string // in Markdown format
931
932
// Set by readIssues.
933
- predicateText string // text of ```#!stacks...``` predicate block
934
- predicate func(string) bool // matching predicate over stack text
+ predicate func(string) bool // matching predicate over stack text
935
936
// Set by claimIssues.
937
newStacks []string // new stacks to add to existing issue (comments and IDs)
0 commit comments