Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 290 for chanlen (0.3 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

            e3.message == 'The value for <display> is final and cannot be changed any further.'
    
            when:
            collection.from.iterator().remove()
    
            then:
            def e4 = thrown(IllegalStateException)
            e4.message == 'The value for <display> is final and cannot be changed any further.'
        }
    
        def "cannot specify paths when changes disallowed"() {
            given:
            collection.from('a')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            when:
            property.attachOwner(owner(), displayName("<display-name>"))
            property.set(someValue())
    
            then:
            def e4 = thrown(IllegalStateException)
            e4.message == 'The value for <display-name> cannot be changed any further.'
        }
    
        def "cannot set value after changes disallowed and implicitly finalized"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    === Potential breaking changes
    
    The changes in this section have the potential to break your build, but the vast majority have been deprecated for quite some time and few builds will be affected by a large number of them.
    We strongly recommend upgrading to Gradle 4.10 first to get a report on what deprecations affect your build.
    
    The following breaking changes are not from deprecations, but the result of changes in behavior:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		switch {
    		case specValue > statusValue: // append
    			changes.ContainersToUpdate[rName] = append(changes.ContainersToUpdate[rName], cUpdateInfo)
    		case specValue < statusValue: // prepend
    			changes.ContainersToUpdate[rName] = append(changes.ContainersToUpdate[rName], containerToUpdateInfo{})
    			copy(changes.ContainersToUpdate[rName][1:], changes.ContainersToUpdate[rName])
    			changes.ContainersToUpdate[rName][0] = cUpdateInfo
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modget/get.go

    	newGo, newToolchain := toolchainVersions(newReqs)
    	if oldGo != newGo {
    		changes["go"] = change{"go", oldGo, newGo}
    	}
    	if oldToolchain != newToolchain {
    		changes["toolchain"] = change{"toolchain", oldToolchain, newToolchain}
    	}
    
    	sortedChanges := make([]change, 0, len(changes))
    	for _, c := range changes {
    		sortedChanges = append(sortedChanges, c)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformInputArtifactIntegrationTest.groovy

                outputFileContent = "new"
            }
            succeeds(":a:resolve")
    
            then: // directory content has changed (file contents changed)
            result.assertTasksNotSkipped(":b:producer", ":a:resolve")
            transformed("b-dir")
            outputContains("result = [b-dir.green, c-dir.green]")
    
            when:
            withProjectConfig("b") {
                outputFileName = "new"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 27 19:15:32 UTC 2023
    - 51.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    The `kotlin-gradle-plugin` version 1.7.10 changes the type hierarchy of the `KotlinCompile` task type.
    It doesn't extend from `AbstractCompile` anymore.
    If you used to select Kotlin compilation tasks by `AbstractCompile` you need to change that to `KotlinCompile`.
    
    For example, this
    ```kotlin
    tasks.named<AbstractCompile>("compileKotlin")
    ```
    
    needs to be changed to
    ```kotlin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

            e.message == 'The value for this property cannot be changed any further.'
    
            when:
            property.add(Stub(PropertyInternal))
    
            then:
            def e2 = thrown(IllegalStateException)
            e2.message == 'The value for this property cannot be changed any further.'
        }
    
        def "cannot add element after changes disallowed"() {
            given:
            def property = property()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ```
    The value for property 'implementation' is final and cannot be changed any further.
    The value for property 'languageVersion' is final and cannot be changed any further.
    The value for property 'vendor' is final and cannot be changed any further.
    ```
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.3.md

        - [Other notable changes](#other-notable-changes-14)
    - [v1.3.0-alpha.3](#v130-alpha3)
      - [Downloads](#downloads-15)
      - [Changes since v1.3.0-alpha.2](#changes-since-v130-alpha2)
        - [Action Required](#action-required-4)
        - [Other notable changes](#other-notable-changes-15)
    - [v1.3.0-alpha.2](#v130-alpha2)
      - [Downloads](#downloads-16)
      - [Changes since v1.3.0-alpha.1](#changes-since-v130-alpha1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top