[go-nuts] Re: Fabric Upload DSYM

2019-06-05 Thread Steeve Morin
Thank you! On Friday, February 26, 2016 at 2:03:55 PM UTC+1, Paulo Coutinho wrote: > > Hi, > > I have developed a tool to upload ios DSYM to Fabric/Crashlytics. I want > share to help someone that need it: > https://github.com/prsolucoes/fabric-upload-dsym > > Thanks. > -- You received this mes

Re: [go-nuts] runtime.pclntab strippping

2019-04-05 Thread Steeve Morin
t may not be such a bad idea in a mobile context to remove function names and file information. I would assume most of that happens in cmd/link/internal/ld/pcln.go right ? Thanks! On Friday, April 5, 2019 at 12:14:49 AM UTC+2, Ian Lance Taylor wrote: > > On Thu, Apr 4, 2019 at 2:32 PM S

[go-nuts] Re: Go binary release script

2019-04-05 Thread Steeve Morin
Great thank you! On Friday, April 5, 2019 at 11:12:33 AM UTC+2, Agniva De Sarker wrote: > > See - https://github.com/golang/build/tree/master/cmd/release > > > On Friday, 5 April 2019 02:57:39 UTC+5:30, Steeve Morin wrote: >> >> Hey folks, >> >> We

[go-nuts] runtime.pclntab strippping

2019-04-04 Thread Steeve Morin
Hey guys, We are big Go users on Android and iOS thanks to golang/mobile. Lately we were doing some size profiling and stumbled upon runtime.pclntab, which in our case represents almost 20% of the file size according to bloaty. Now I understand that it's used for things like runtime.Caller and p

[go-nuts] Go binary release script

2019-04-04 Thread Steeve Morin
Hey folks, We've been maintaining our own fork of Go (essentially release+cherry-picks) and thus need to generate the equivalent of the release tgzs found at https://golang.org/dl/. Today we have a custom script that does it since we couldn't find one in the repo, but I'm thinking it must exis

[go-nuts] Re: sync.(*Map).Load: relocation target sync/atomic.(*Value).Load not defined when building for ios_arm

2018-08-28 Thread Steeve Morin
Actually, the problem happens also without c-archive. I've put out a repro repo at: https://github.com/steeve/rules_go_ios_arm You'll need to run this on macOS (because iOS...). On Monday, August 27, 2018 at 4:37:37 PM UTC+2, Steeve Morin wrote: > > Hey folks, > > I'

[go-nuts] sync.(*Map).Load: relocation target sync/atomic.(*Value).Load not defined when building for ios_arm

2018-08-27 Thread Steeve Morin
Hey folks, I'm trying to build a project with Bazel on with buildmode=c-archive, and I'm running into the following issue on ios_arm and Go 1.11 only: sync.(*Map).Load: relocation target sync/atomic.(*Value).Load not defined sync.(*Map).Store: relocation target sync/atomic.(*Value).Load not defi