Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 5,949 for doens (0.1 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/UnsupportedConfigurationMutationTest.groovy

        def "allows changing a configuration that does not affect a resolved configuration"() {
            buildFile << """
                configurations {
                    a
                    b
                    b.resolve()
                }
                dependencies { a "a:b:c" }
            """
            expect: succeeds()
        }
    
        def "allows changing a non-empty configuration that does not affect a resolved configuration"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 20:59:50 UTC 2024
    - 17.6K bytes
    - Viewed (2)
  2. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyIntegrationTest.groovy

        }
    
        @Requires(
            value = IntegTestPreconditions.NotConfigCached,
            reason = "Config cache does not support extensions during execution, so cause does not include any provenance information"
        )
        def "fails when property with no value because source property has no value is queried"() {
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. src/internal/types/testdata/fixedbugs/issue47411.go

    ]() {
            _ = f[int]
            _ = f[P]
            _ = f[Q]
            _ = f[func /* ERROR "does not satisfy comparable" */ ()]
            _ = f[R /* ERROR "R does not satisfy comparable" */ ]
    
            _ = g[int]
            _ = g[P /* ERROR "P does not satisfy interface{interface{comparable; ~int | ~string}" */ ]
            _ = g[Q]
            _ = g[func /* ERROR "func() does not satisfy interface{interface{comparable; ~int | ~string}}" */ ()]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 989 bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/toolchain/VisualCppToolChainDiscoveryIntegrationTest.groovy

          - The specified installation directory '${file('does-not-exist')}' does not appear to contain a Visual Studio installation.""")
        }
    
        def "tool chain is not available when SDK install is not available"() {
            when:
            buildFile << """
    model {
        toolChains {
            ${toolChain.id} {
                windowsSdkDir "does-not-exist"
            }
        }
    }
    """
            fails "mainExecutable"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  5. src/internal/types/testdata/fixedbugs/issue51376.go

            var m1 M1
            f(m1)
            g /* ERROR "M1 does not satisfy map[K]V" */ (m1) // M1 has tilde
    
            var m2 M2
            f(m2)
            g(m2) // M1 does not have tilde
    
            var m3 Map
            f(m3)
            g /* ERROR "Map does not satisfy map[string]int" */ (m3) // M in g does not have tilde
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 654 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_list_deprecated.txt

    # 'go list pkg' does not show deprecation.
    go list example.com/deprecated/a
    stdout '^example.com/deprecated/a$'
    
    # 'go list -m' does not show deprecation.
    go list -m example.com/deprecated/a
    stdout '^example.com/deprecated/a v1.9.0$'
    
    # 'go list -m -versions' does not show deprecation.
    go list -m -versions example.com/deprecated/a
    stdout '^example.com/deprecated/a v1.0.0 v1.9.0$'
    
    # 'go list -m -u' shows deprecation.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 17:25:54 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. platforms/software/resources/src/main/java/org/gradle/internal/resource/ExternalResource.java

         * @throws org.gradle.api.resources.MissingResourceException when the resource does not exist
         */
        ExternalResourceReadResult<Void> writeTo(File destination) throws ResourceException;
    
        /**
         * Copies the contents of this resource to the given file, if the resource exists.
         *
         * @return null if this resource does not exist.
         * @throws ResourceException on failure to copy the content.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  8. pkg/apis/events/v1/zz_generated.conversion.go

    	// WARNING: in.Regarding requires manual conversion: does not exist in peer-type
    	out.Related = (*core.ObjectReference)(unsafe.Pointer(in.Related))
    	// WARNING: in.Note requires manual conversion: does not exist in peer-type
    	out.Type = in.Type
    	// WARNING: in.DeprecatedSource requires manual conversion: does not exist in peer-type
    	// WARNING: in.DeprecatedFirstTimestamp requires manual conversion: does not exist in peer-type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6.8K bytes
    - Viewed (0)
  9. pkg/apis/events/v1beta1/zz_generated.conversion.go

    	// WARNING: in.Source requires manual conversion: does not exist in peer-type
    	// WARNING: in.FirstTimestamp requires manual conversion: does not exist in peer-type
    	// WARNING: in.LastTimestamp requires manual conversion: does not exist in peer-type
    	// WARNING: in.Count requires manual conversion: does not exist in peer-type
    	out.Type = in.Type
    	out.EventTime = in.EventTime
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 7.1K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/version_build_settings.txt

    [cgo] env CGO_CFLAGS=-DFROM_CFLAGS=1
    [cgo] env CGO_CXXFLAGS=-DFROM_CXXFLAGS=1
    [cgo] env CGO_LDFLAGS=-L/extra/dir/does/not/exist
    [cgo] go build '-ldflags=all=-linkmode=external -extldflags=-L/bonus/dir/does/not/exist'
    [cgo] go version -m m$GOEXE
    [cgo] stdout '^\tbuild\t-ldflags="all=-linkmode=external -extldflags=-L/bonus/dir/does/not/exist"$'
    [cgo] stdout '^\tbuild\tCGO_ENABLED=1$'
    [cgo] stdout '^\tbuild\tCGO_CPPFLAGS=-DFROM_CPPFLAGS=1$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top