Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 101 for PROMOTED (0.45 sec)

  1. test/fixedbugs/issue23609.go

    	t2f2 int
    	t1
    }
    type t3 struct {
    	t3f1 int
    	t2
    }
    
    var (
    	_ = t2{t1f1: 600} // ERROR "cannot use promoted field t1.t1f1 in struct literal of type t2|unknown field"
    	_ = t3{t1f2: 800} // ERROR "cannot use promoted field t2.t1.t1f2 in struct literal of type t3|unknown field"
    	_ = t3{t2f1: 900} // ERROR "cannot use promoted field t2.t2f1 in struct literal of type t3|unknown field"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 23:59:57 UTC 2020
    - 637 bytes
    - Viewed (0)
  2. test/fixedbugs/issue26416.go

    	*t1
    }
    type t3 struct {
    	t3f1 int
    	*t2
    }
    
    var (
    	_ = t2{t1f1: 600} // ERROR "cannot use promoted field t1.t1f1 in struct literal of type t2|unknown field"
    	_ = t3{t1f2: 800} // ERROR "cannot use promoted field t2.t1.t1f2 in struct literal of type t3|unknown field"
    	_ = t3{t2f1: 900} // ERROR "cannot use promoted field t2.t2f1 in struct literal of type t3|unknown field"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 15 02:35:59 UTC 2020
    - 639 bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. releasenotes/notes/authz-dry-run-alpha.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
    - https://github.com/istio/enhancements/pull/112
    releaseNotes:
    - |
      **Promoted** the authorization policy dry-run mode to alpha.
    docs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 21 00:31:38 UTC 2021
    - 286 bytes
    - Viewed (0)
  6. 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)
  7. releasenotes/notes/graudate-revision-tag-command.yaml

    apiVersion: release-notes/v2
    kind: promotion
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 22 17:37:59 UTC 2021
    - 171 bytes
    - Viewed (0)
  8. releasenotes/notes/cni-promote.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - https://github.com/istio/enhancements/issues/86
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 05 06:01:10 UTC 2021
    - 174 bytes
    - Viewed (0)
  9. 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)
  10. releasenotes/notes/external-istiod.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - https://github.com/istio/enhancements/issues/11
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 06 23:44:52 UTC 2020
    - 188 bytes
    - Viewed (0)
Back to top