Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for chanlen (0.24 sec)

  1. 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)
  2. 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)
  3. 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)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            result.assertTaskSkipped(":b:producer")
            outputContains("result = [a.thing, b.thing, a.out, b.out, lib1-6500.jar]")
    
            when:
            configurationCacheRun(":resolve", "-DaContent=changed")
    
            then:
            configurationCache.assertStateLoaded()
            result.assertTaskOrder(":additionalFile", ":resolve")
            result.assertTaskOrder(":a:producer", ":resolve")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            // revisit all dependencies and possibly change the classpath order!
            boolean sameDependencies = dependencies(newResolutionFilter).equals(oldStates);
            if (sameDependencies) {
                // While there will be no change to this node, there might be changes to the nodes it brings as the exclude change could concern them
                for (EdgeState outgoingEdge : outgoingEdges) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

      - [Changes by Kind](#changes-by-kind)
        - [Deprecation](#deprecation)
        - [API Change](#api-change)
        - [Feature](#feature)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
        - [Removed](#removed)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    // maps to a specific argument (indicated by `tensor_list_map`), and also that
    // tensorlist argument's shape isn't changed (indicated by
    // `resized_tensor_list_index`), we will update this tensorlist's result type to
    // the corresponding operand's type. In all other cases we change the
    // tensorlist's type to unranked tensor type.
    template <typename R>
    void UpdateTensorListResultTypesForIf(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  8. pkg/controller/job/job_controller.go

    	if err != nil {
    		return
    	}
    
    	if curJob.Generation == oldJob.Generation {
    		// Delay the Job sync when no generation change to batch Job status updates,
    		// typically triggered by pod events.
    		jm.enqueueSyncJobBatched(logger, curJob)
    	} else {
    		// Trigger immediate sync when spec is changed.
    		jm.enqueueSyncJobImmediately(logger, curJob)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    		// original node's resources.
    		// "skip-queue-on-node-unrelated-changes": {
    		// 	pod:          &v1.Pod{},
    		// 	oldObj:       st.MakeNode().Obj(),
    		// 	newObj:       st.MakeNode().Label("foo", "bar").Obj(),
    		// 	expectedHint: framework.QueueSkip,
    		// },
    		"skip-queue-on-node-changes-from-suitable-to-unsuitable": {
    			pod: newResourcePod(framework.Resource{
    				Memory:          2,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  10. cmd/iam-store.go

    		}
    
    		newCache.buildUserGroupMemberships()
    	}
    
    	cache := store.lock()
    	defer store.unlock()
    
    	// We should only update the in-memory cache if there were no changes
    	// to the in-memory cache since the disk loading began. If there
    	// were changes to the in-memory cache we should wait for the next
    	// cycle until we can safely update the in-memory cache.
    	//
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
Back to top