Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for dev (0.32 sec)

  1. src/cmd/compile/internal/types2/expr.go

    				iota := check.iota // capture for use in closure below (go.dev/issue/22345)
    				// Don't type-check right away because the function may
    				// be part of a type definition to which the function
    				// body refers. Instead, type-check as soon as possible,
    				// but before the enclosing scope contents changes (go.dev/issue/22992).
    				check.later(func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/api_test.go

    		// go.dev/issue/45096
    		{`package issue45096; func _[T interface{ ~int8 | ~int16 | ~int32 }](x T) { _ = x < 0 }`, `0`, `T`},
    
    		// go.dev/issue/47895
    		{`package p; import "unsafe"; type S struct { f int }; var s S; var _ = unsafe.Offsetof(s.f)`, `s.f`, `int`},
    
    		// go.dev/issue/50093
    		{`package u0a; func _[_ interface{int}]() {}`, `int`, `int`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  3. src/cmd/dist/build.go

    	os.Setenv("GOPPC64", goppc64)
    	os.Setenv("GORISCV64", goriscv64)
    	os.Setenv("GOROOT", goroot)
    
    	// Set GOBIN to GOROOT/bin. The meaning of GOBIN has drifted over time
    	// (see https://go.dev/issue/3269, https://go.dev/cl/183058,
    	// https://go.dev/issue/31576). Since we want binaries installed by 'dist' to
    	// always go to GOROOT/bin anyway.
    	os.Setenv("GOBIN", gorootBin)
    
    	// Make the environment more predictable.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    var Mknodat = enter_Mknodat
    
    func enter_Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {
    	funcref := get_MknodatAddr()
    	if funcptrtest(GetZosLibVec()+SYS___MKNODAT_A<<4, "") == 0 {
    		*funcref = impl_Mknodat
    	} else {
    		*funcref = error_Mknodat
    	}
    	return (*funcref)(dirfd, path, mode, dev)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  5. src/cmd/dist/test.go

    		// packages without tests so that 'dist test' finds if any of
    		// them don't build, have a problem reported by high-confidence
    		// vet checks that come with 'go test', and anything else it
    		// may check in the future. See go.dev/issue/60463.
    		cmd := exec.Command(gorootBinGo, "list")
    		if t.short {
    			// In short test mode, use a format string to only
    			// list packages and commands that have tests.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. gradle/verification-metadata.xml

             <trusted-key id="416952B945B78A34C6C7678562EBFC78FE4156D1" group="org.jruby"/>
             <trusted-key id="47063E8BA7A6450E4A52E7AE466CAED6E0747D50">
                <trusting group="net.java.dev.jna"/>
                <trusting group="org.codehaus.plexus"/>
             </trusted-key>
             <trusted-key id="47504B76CF89C15C0512D9AFE16AB52D79FD224F" group="^com[.]google($|([.].*))" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/syntax/parser.go

    					t.pos = pos
    					t.X = x
    					t.Index = i
    					x = t
    					break
    				}
    			}
    
    			// x[i:...
    			// For better error message, don't simply use p.want(_Colon) here (go.dev/issue/47704).
    			if !p.got(_Colon) {
    				p.syntaxError("expected comma, : or ]")
    				p.advance(_Comma, _Colon, _Rbrack)
    			}
    			p.xnest++
    			t := new(SliceExpr)
    			t.pos = pos
    			t.X = x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    }
    
    func copyStat(stat *Stat_t, statLE *Stat_LE_t) {
    	stat.Dev = uint64(statLE.Dev)
    	stat.Ino = uint64(statLE.Ino)
    	stat.Nlink = uint64(statLE.Nlink)
    	stat.Mode = uint32(statLE.Mode)
    	stat.Uid = uint32(statLE.Uid)
    	stat.Gid = uint32(statLE.Gid)
    	stat.Rdev = uint64(statLE.Rdev)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  9. src/cmd/go/go_test.go

    		t.Skipf("skipping test because buildmode=pie is not supported on %s/%s", runtime.GOOS, runtime.GOARCH)
    	}
    	// Skip on alpine until https://go.dev/issues/54354 resolved.
    	if strings.HasSuffix(testenv.Builder(), "-alpine") {
    		t.Skip("skipping PIE tests on alpine; see https://go.dev/issues/54354")
    	}
    	t.Run("non-cgo", func(t *testing.T) {
    		testBuildmodePIE(t, false, true)
    	})
    	t.Run("cgo", func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  10. src/cmd/internal/testdir/testdir_test.go

    // flag. By default, we prefer to be fast (returning false), except on
    // the linux-amd64 builder that's already very fast, so we get more
    // test coverage on trybots. See https://go.dev/issue/34297.
    func defaultAllCodeGen() bool {
    	return os.Getenv("GO_BUILDER_NAME") == "linux-amd64"
    }
    
    var (
    	// Package-scoped variables that are initialized at the start of Test.
    	goTool       string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top