Re: [go-nuts] CGO core dump analysis using GDB

2023-01-08 Thread Ian Lance Taylor
On Sun, Jan 8, 2023, 9:33 PM mariappan balraj wrote: > Hi Ian, > > Thanks for all your replies. It really shows that you have tried to give > your best all the time. I need some direction to get a permanent solution > for this. Is it possible to get help from the core google GO team? How to >

Re: [go-nuts] CGO core dump analysis using GDB

2023-01-08 Thread mariappan balraj
Hi Ian, Thanks for all your replies. It really shows that you have tried to give your best all the time. I need some direction to get a permanent solution for this. Is it possible to get help from the core google GO team? How to escalate this issue and get the fix? Please give me directions. So

Re: [go-nuts] Generic array and slice type options

2023-01-08 Thread Ian Lance Taylor
On Sun, Jan 8, 2023 at 1:17 PM Daniel Theophanes wrote: > > When playing around with generics, I ran into what I perceive as an odd > limitation. > > I forked an audio package "beep" to do some fun generics with it. > https://github.com/kardianos/beep/blob/master/interface.go > > I was trying to

[go-nuts] Generic array and slice type options

2023-01-08 Thread Daniel Theophanes
When playing around with generics, I ran into what I perceive as an odd limitation. I forked an audio package "beep" to do some fun generics with it. https://github.com/kardianos/beep/blob/master/interface.go I was trying to use the following interfaces: type Point[S Size] interface { //