Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 429 for retracted (1.31 sec)

  1. src/cmd/go/alldocs.go

    //
    // The -retracted flag causes list to report information about retracted
    // module versions. When -retracted is used with -f or -json, the Retracted
    // field will be set to a string explaining why the version was retracted.
    // The string is taken from comments on the retract directive in the
    // module's go.mod file. When -retracted is used with -versions, retracted
    // versions are listed together with unretracted versions. The -retracted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/coderepo.go

    	tagPrefix := ""
    	if r.codeDir != "" {
    		tagPrefix = r.codeDir + "/"
    	}
    
    	isRetracted, err := r.retractedVersions(ctx)
    	if err != nil {
    		isRetracted = func(string) bool { return false }
    	}
    
    	// tagToVersion returns the version obtained by trimming tagPrefix from tag.
    	// If the tag is invalid, retracted, or a pseudo-version, tagToVersion returns
    	// an empty version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/mvs/mvs.go

    		downgraded = append(downgraded, r)
    	}
    
    	// The downgrades we computed above only downgrade to versions enumerated by
    	// reqs.Previous. However, reqs.Previous omits some versions — such as
    	// pseudo-versions and retracted versions — that may be selected as transitive
    	// requirements of other modules.
    	//
    	// If one of those requirements pulls the version back up above the version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 21:58:12 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{49, "SIGCAPI", "signal 49"},
    	{58, "SIGRECONFIG", "signal 58"},
    	{59, "SIGCPUFAIL", "CPU Failure Predicted"},
    	{60, "SIGKAP", "monitor mode granted"},
    	{61, "SIGRETRACT", "monitor mode retracted"},
    	{62, "SIGSOUND", "sound completed"},
    	{63, "SIGSAK", "secure attention"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{49, "SIGCAPI", "signal 49"},
    	{58, "SIGRECONFIG", "signal 58"},
    	{59, "SIGCPUFAIL", "CPU Failure Predicted"},
    	{60, "SIGGRANT", "monitor mode granted"},
    	{61, "SIGRETRACT", "monitor mode retracted"},
    	{62, "SIGSOUND", "sound completed"},
    	{63, "SIGMAX32", "secure attention"},
    	{255, "SIGMAX", "signal 255"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    			errorf("unexpected token after version: %q", args[0])
    			return
    		}
    		retract := &Retract{
    			VersionInterval: vi,
    			Rationale:       rationale,
    			Syntax:          line,
    		}
    		f.Retract = append(f.Retract, retract)
    	}
    }
    
    func parseReplace(filename string, line *Line, verb string, args []string, fix VersionFixer) (*Replace, *Error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  7. platforms/core-configuration/declarative-dsl-api/src/main/java/org/gradle/declarative/dsl/model/annotations/Restricted.java

    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    @Target({ElementType.TYPE, ElementType.METHOD})
    @Retention(RetentionPolicy.RUNTIME)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 19 07:57:00 UTC 2024
    - 1005 bytes
    - Viewed (0)
  8. src/cmd/go/internal/modget/get.go

    	for i := range retractions {
    		i := i
    		r.work.Add(func() {
    			err := modload.CheckRetractions(ctx, retractions[i].m)
    			if retractErr := (*modload.ModuleRetractedError)(nil); errors.As(err, &retractErr) {
    				retractions[i].message = err.Error()
    			}
    		})
    	}
    
    	// Load deprecations for modules mentioned on the command line. Only load
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/vcstest/git/retract-pseudo.txt

    git add go.mod p.go
    git commit -m 'create module retract-pseudo'
    git branch -m main
    git tag v1.0.0
    
    git mv p.go q.go
    git commit -m 'trivial change'
    
    git show-ref --tags --heads
    cmp stdout .git-refs
    
    -- .git-refs --
    713affd19d7b9b6dc876b603017f3dcaab8ba674 refs/heads/main
    64c061ed4371ef372b6bbfd58ee32015d6bfc3e5 refs/tags/v1.0.0
    -- go.mod --
    module vcs-test.golang.org/git/retract-pseudo.git
    
    go 1.16
    
    retract v1.0.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 651 bytes
    - Viewed (0)
  10. hack/testdata/pod-restricted-localhost.yaml

    Keita Mochizuki <******@****.***> 1684927009 +0900
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 24 11:16:49 UTC 2023
    - 467 bytes
    - Viewed (0)
Back to top