19 matches across 1 files for TODO path:src/cmd/go/internal/work/exec.go
snippet_mode: grep · sorted by relevance
src/cmd/go/internal/work/exec.go GO 19 matches · showing 5 view file →
143 var err error
144 if a.Actor != nil && (a.Failed == nil || a.IgnoreFail) {
145 // TODO(matloob): Better action descriptions
146 desc := "Executing action (" + a.Mode
147 if a.Package != nil {
· · ·
318 }
319
320 // TODO(rsc): Convince compiler team not to add more magic environment variables,
321 // or perhaps restrict the environment variables passed to subprocesses.
322 // Because these are clumsy, undocumented special-case hacks
· · ·
352
353 // Input files.
354 // TODO(matloob): once the build action depends on the cgo actions, we can
355 // use those actions' outputs instead of the file names and hashes.
356 inputFiles := str.StringList(
· · ·
405 // (https://go.dev/issue/47257) and no longer support GOROOT_FINAL
406 // (https://go.dev/issue/62047).
407 // TODO(bcmills): Figure out whether this behavior is still useful.
408 //
409 // b.WorkDir is always either trimmed or rewritten to
· · ·
451 }
452 }
453 // TODO(rsc): Should we include the SWIG version?
454 }
455}
+ 14 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.