Re: [go-nuts] Output format of IRNode.

2023-04-26 Thread Kurtis Rader
This seems like an [XY Problem](https://xyproblem.info/). Tell us what problem you are trying to solve rather than the solution you attempted. On Wed, Apr 26, 2023 at 4:21 PM Chris Zhang wrote: > Dear all, > > I am trying to dump certain IRNode in *src/cmd/internal/ssagen/ssa.go* > file in

[go-nuts] Output format of IRNode.

2023-04-26 Thread Chris Zhang
Dear all, I am trying to dump certain IRNode in *src/cmd/internal/ssagen/ssa.go* file in 1.19. Suppose n is an IRNode , then I tried `*fmt.Printf(“%+v”, n)*`, and I can see something like *.NAME-strong.u esc(no) Class:PPARAM Offset:24

Re: [go-nuts] FATAL: ThreadSanitizer: unsupported VMA range FATAL: Found 39 - Supported 48 / go: added github.com/docker/docker v23.0.4+incompatible

2023-04-26 Thread TheDiveO
Watch out for the difference between the -- in my experience often terrible and "stable" yet outdated -- docker.io packages and the docker-ce packages, see also https://docs.docker.com/engine/install/ubuntu/ There’s also a license difference regarding the no-redistribution unless you build the