-
Various `pkg_alternatives` commands generate an error. E.g.
```
phantom 12 $ pkg_alternatives status go
/opt/local/sbin/pkg_alternatives: line 623: [: too many arguments
`bin/go' points to `/opt/…
-
```
ssa - @timothy-king
go/ssa/ssautil/switch_test.go
go/ssa/ssautil/load.go
go/ssa/example_test.go
go/ssa/interp/interp_test.go
go/ssa/builder_generic_test.go
go/ssa/builder_test.go
refacto…
-
Running make on Fedora 38 with:
```
$ go version
go version go1.18 gccgo (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1) linux/amd64
```
gives:
```
$ make
go build -o ./bin/dgranted cmd/granted/mai…
-
Building fuzzers failed after bumping quic-go version.
Errors are `/root/go/pkg/mod/github.com/lucas-clemente/quic-go@v0.24.0/internal/qtls/go118.go:6:13: cannot use "quic-go doesn't build on Go 1.18…
-
```
# github.com/rogpeppe/go-internal/testscript
vendor/github.com/rogpeppe/go-internal/testscript/exe_go118.go:14:27: cannot use nopTestDeps{} (value of type nopTestDeps) as testing.testDeps value …
-
**What information does an external contributor need to fix this specific issue**; such that **pre-installed Go modules (by this user; before runtime)** can be used by the interpreter at runtime progr…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.18.4 freebsd/amd64
### Does this issue reproduce with the latest release?
Yes, but it's dependent on …
-
go build -ldflags="-X=main.MAINVER=${pkgver} -linkmode=external"
go: downloading github.com/v2fly/v2ray-core/v4 v4.43.0
go: downloading golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
go: downl…
-
I believe this may be an issue with newer versions of go (tested on 1.23.2). Notably, this issue does not occur on master, so it might be time to have another release.
```
$ go test
go: downloading…
-
Consider a source file `notifier.go` we want to mock, with the following pattern :
```go
type Clonable[T any] interface {
Clone() T
}
type Finder[T Clonable[T]] interface {
Find(ctx context.…