Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Empirically (0.25 sec)

  1. src/cmd/go/internal/load/pkg.go

    			// Only add path to the error's import stack if it's not already present
    			// in the error.
    			//
    			// TODO(bcmills): setLoadPackageDataError itself has a similar Push / Pop
    			// sequence that empirically doesn't trigger for these errors, guarded by
    			// a somewhat complex condition. Figure out how to generalize that
    			// condition and eliminate the explicit calls here.
    			stk.Push(path)
    			defer stk.Pop()
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top