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