Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for typechecker (0.29 sec)

  1. src/cmd/go/internal/work/exec.go

    	a.Failed = false // vet of dependency may have failed but we can still succeed
    
    	if a.Deps[0].Failed {
    		// The build of the package has failed. Skip vet check.
    		// Vet could return export data for non-typecheck errors,
    		// but we ignore it because the package cannot be compiled.
    		return nil
    	}
    
    	vcfg := a.Deps[0].vetCfg
    	if vcfg == nil {
    		// Vet config should only be missing if the build failed.
    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