-
Extracted from #39758: The following program
```Go
package main
type top(type T, T2) struct {
p *parent(T, T2)
}
type parent(type T, T2) struct {
(child(T, T2))
}
type child(type T, T…
-
### What version of Go are you using (`go version`)?
https://go2goplay.golang.org/
> runtime.Version()
devel +ad307489d4 Tue Jun 16 05:49:35 2020 +0000
### Does this issue reproduce with…
-
### In Brief
I believe there is a portability bug in src/cmd/go2go/main.go. Uses of the string `":"` in four places (lines 80, 83, 115, and 129) should be replaced with `string(os.PathListSeparato…
-
commit d014fca6d4924b15f0eccb3c8ca6a7f968d88f40
The go2go tool doesn't seem to recognise go build tags, which means that it's not possible to use external packages that use them (I was bitten when …
-
I believe Healme is still looking for the old messaging for HEAL, which was updated a few months ago. I haven't used Healme directly in quite a while and this is the first time Crossing-Training has c…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +6cf6bf162c Wed Jul 1 00:31:32 2020 +0000 linux/amd64
### Does this issue reproduce with the latest release?…
-
### Summary
* Use the `go` version declared in the `go.mod` file to determine the boundaries of the module's source code.
* Only store and verify checksums for the source code of modules that were…
-
Originally from https://github.com/ipfs/kubo/issues/9125
> switch https://github.com/ipfs/interop to talk to Kubo daemon over js-kubo-rpc-client and run it in the CI of js-kubo-rpc-client repo(we a…
-
In Aesry, Go2 does not work properly because of fatigue issues. It'd be nice to have a fatigue check and for it to wait till you have enough fatigue to work
-
BPO | [34943](https://bugs.python.org/issue34943)
--- | :---
Superseder | bpo-19270: sched.cancel() doesn't distinguish equal events and can break order
*Note: these values reflect the state of …