Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 282 for Changes (1.05 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheEncryptionIntegrationTest.groovy

            failure.assertHasCause("Encryption key length is 8 bytes, but must be at least 16 bytes long")
        }
    
        def "new configuration cache entry if env var key changes"() {
            given:
            def configurationCache = newConfigurationCacheFixture()
            // Obtained via:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollection.java

            return valueState.isExplicit();
        }
    
        /**
         * Creates a shallow copy of this file collection. Further changes to this file collection (via {@link #from(Object...)}, {@link #setFrom(Object...)}, or {@link #builtBy(Object...)}) do not
         * change the copy. However, the copy still reflects changes to the underlying file collections that constitute this one. Consider the following snippet:
         * <pre>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:06:55 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //
    // The build cache correctly accounts for changes to Go source files,
    // compilers, compiler options, and so on: cleaning the cache explicitly
    // should not be necessary in typical use. However, the build cache
    // does not detect changes to C libraries imported with cgo.
    // If you have made changes to the C libraries on your system, you
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Tables.java

       * calling {@code get(columnKey, rowKey)} on the generated table always returns the same value as
       * calling {@code get(rowKey, columnKey)} on the original table. Updating the original table
       * changes the contents of the transposed table and vice versa.
       *
       * <p>The returned table supports update operations as long as the input table supports the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  5. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt

                                AcceptedApiChanges.parse(listOf("{acceptedApiChanges:[]}")),
                                rootProject.files("$sourceRoots"),
                                "2.0",
                                file("test-api-changes.json"),
                                rootProject.layout.projectDirectory,
                                newUpgradedPropertiesFile.get().asFile,
                                oldUpgradedPropertiesFile.get().asFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/debug.go

    					reg, _ := state.f.getHome(v.ID).(*Register)
    					c := state.processValue(v, slots, reg)
    					changed = changed || c
    				}
    
    				if state.loggingLevel > 1 {
    					state.logf("Block %v done, locs:\n%v", b, state.stateString(state.currentState))
    				}
    
    				locs.relevant = locs.relevant || changed
    				if !changed {
    					locs.endState = startState
    				} else {
    					for _, id := range state.changedSlots.contents() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  7. maven-core/pom.xml

                  <include>org.apache.maven.toolchain</include>
                  <include>org.apache.maven.usability</include>
                </includes>
                <!-- allowed non-binary backwards compatible changes -->
                <excludes>
                  <!-- START default constructor on Plexus/JSR 330 components -->
                  <exclude>org.apache.maven.lifecycle.DefaultLifecycleExecutor#DefaultLifecycleExecutor()</exclude>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingModelsWithDependencyResolutionIntegrationTest.groovy

                projectConfigured(":")
                modelsCreated(":a")
                modelsReused(":", ":b", ":c", ":buildSrc")
            }
        }
    
        def "updates cached state when upstream project dependency changes"() {
            given:
            withSomeToolingModelBuilderPluginThatPerformsDependencyResolutionInBuildSrc()
            settingsFile << """
                include("a")
                include("b")
                include("c")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiIdeaProjectIntegrationTest.groovy

            checkModel(anotherResult, originalResult, [
                [{ it.allIdeaProjects }, { a, e -> checkIdeaProject(a, e) }]
            ])
    
            when: "fetching after change with Isolated Projects"
            file("buildC/build.gradle") << """
                println("changed root in buildC")
            """
            executer.withArguments(ENABLE_CLI)
            def afterChangeResult = runBuildAction(new FetchAllIdeaProjects())
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/buildlist.go

    // in the build list may have been changed (possibly to or from "none") as a
    // result.
    func EditBuildList(ctx context.Context, add, mustSelect []module.Version) (changed bool, err error) {
    	rs, changed, err := editRequirements(ctx, LoadModFile(ctx), add, mustSelect)
    	if err != nil {
    		return false, err
    	}
    	requirements = rs
    	return changed, err
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top