Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for updateMatches (0.15 sec)

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

    		allPatternIsRoot: allPatternIsRoot,
    
    		listRoots: func(rs *Requirements) (roots []string) {
    			updateMatches(rs, nil)
    			for _, m := range matches {
    				roots = append(roots, m.Pkgs...)
    			}
    			return roots
    		},
    	})
    
    	// One last pass to finalize wildcards.
    	updateMatches(ld.requirements, ld)
    
    	// List errors in matching patterns (such as directory permission
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  2. testing/integ-test/src/integTest/groovy/org/gradle/integtests/CacheProjectIntegrationTest.groovy

            repo.module("commons-io", "commons-io", "1.4").publish().allowAll()
            repo.module("commons-lang", "commons-lang", "2.6").publish().allowAll()
    
            server.start()
        }
    
        private void updateCaches() {
            String version = GradleVersion.current().version
            classPathClassesDir = userHomeDir.file("caches/$version/groovy-dsl").listFiles().find { it.file("classes/cp_proj").isDirectory() }?.file("classes/cp_proj")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top