Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 68 for PROMOTED (0.12 sec)

  1. platforms/documentation/docs/src/docs/release/notes-template.md

    ==========================================================
    
    -->
    
    ## Promoted features
    Promoted features are features that were incubating in previous versions of Gradle but are now supported and subject to backward compatibility.
    See the User Manual section on the “[Feature Lifecycle](userguide/feature_lifecycle.html)” for more information.
    
    The following are the features that have been promoted in this Gradle release.
    
    <!--
    ### Example promoted
    -->
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 14:04:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/release/notes.md

    ==========================================================
    
    -->
    
    ## Promoted features
    Promoted features are features that were incubating in previous versions of Gradle but are now supported and subject to backward compatibility.
    See the User Manual section on the “[Feature Lifecycle](userguide/feature_lifecycle.html)” for more information.
    
    The following are the features that have been promoted in this Gradle release.
    
    <!--
    ### Example promoted
    -->
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 07:16:40 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testgodefs/testdata/anonunion.go

    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    package main
    
    // This file tests that when cgo -godefs sees a struct with a field
    // that is an anonymous union, the first field in the union is
    // promoted to become a field of the struct.  See issue 6677 for
    // background.
    
    /*
    typedef struct {
    	union {
    		long l;
    		int c;
    	};
    } t;
    */
    import "C"
    
    // Input for cgo -godefs.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 515 bytes
    - Viewed (0)
  4. releasenotes/notes/47740.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
      **Updated** `istioctl experimental proxy-stauts` has been promoted to `istioctl proxy-status`. The old `istioctl proxy-status` command has been removed.
      This promotion should not result in any loss of functionality. However, the request is now sent based on xDS instead of HTTP, and we have introduced a 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 08 08:38:19 UTC 2024
    - 443 bytes
    - Viewed (0)
  5. releasenotes/notes/40339.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 40339
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 12 02:19:56 UTC 2022
    - 157 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc

    Features are said to be *promoted* from an _incubating_ state to _public_.
    The release notes for each release indicate which previously _incubating_ features are being promoted by the release.
    
    A _public_ feature will *never* be removed or intentionally changed without undergoing _deprecation_.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  7. test/typeparam/mdempsky/20.go

    // Copyright 2022 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test that method expressions with a derived receiver type and
    // promoted methods work correctly.
    
    package main
    
    func main() {
    	F[int]()
    	F[string]()
    }
    
    func F[X any]() {
    	call(T[X].M, T[X].N)
    }
    
    func call[X any](fns ...func(T[X]) int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 16:42:12 UTC 2022
    - 677 bytes
    - Viewed (0)
  8. src/sync/map.go

    			// of the operation. The entry will eventually be expunged when the
    			// dirty map is promoted to the read map.
    			//
    			// Regardless of whether the entry was present, record a miss: this key
    			// will take the slow path until the dirty map is promoted to the read
    			// map.
    			m.missLocked()
    		}
    		m.mu.Unlock()
    	}
    	for ok {
    		p := e.p.Load()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 21:14:51 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/promotion/PublishGradleDistributionFullBuild.kt

     * limitations under the License.
     */
    
    package promotion
    
    import vcsroots.gradlePromotionMaster
    
    abstract class PublishGradleDistributionFullBuild(
        // The branch to be promoted
        promotedBranch: String,
        prepTask: String? = null,
        promoteTask: String,
        triggerName: String,
        gitUserName: String = "bot-teamcity",
        gitUserEmail: String = "******@****.***",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 13 14:18:23 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/promote_resources_to_args.cc

      // Collect new return values for variable writes and either (a) output-only
      // resource attributes (if the resource is not promoted to an argument) or (b)
      // mapping from resource input index to output alias (if the resource has been
      // promoted to an argument). Resource arguments that were originally
      // `tf.VarHandleOp` but not read are collected and then removed.
      OpBuilder builder(return_op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top