Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Matloob (0.1 sec)

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

    	// for example there are no Go files (NoGoError), or there's a problem in the imported
    	// package's source files themselves (scanner errors).
    	//
    	// TODO(matloob): Perhaps make each of those the errors in the first group
    	// (including modload.ImportMissingError, ImportMissingSumError, and the
    	// corresponding "cannot find package %q in any of" GOPATH-mode error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    	handle := func(ctx context.Context, a *Action) {
    		if a.json != nil {
    			a.json.TimeStart = time.Now()
    		}
    		var err error
    		if a.Actor != nil && (!a.Failed || a.IgnoreFail) {
    			// TODO(matloob): Better action descriptions
    			desc := "Executing action (" + a.Mode
    			if a.Package != nil {
    				desc += " " + a.Package.Desc()
    			}
    			desc += ")"
    			ctx, span := trace.StartSpan(ctx, desc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top