reflect2 icon indicating copy to clipboard operation
reflect2 copied to clipboard

reflect api without runtime reflect.Value cost

Results 17 reflect2 issues
Sort by recently updated
recently updated
newest added

Hi, I can't find `reflect2.TypeByName` func in go 1.18 !

fatal error: fault [signal SIGSEGV: segmentation violation code=0x80 addr=0x0 pc=0x4616bf] goroutine 40 [running]: runtime.throw({0x90159d?, 0x8?}) /usr/local/go/src/runtime/panic.go:992 +0x71 fp=0xc0000bb2f0 sp=0xc0000bb2c0 pc=0x435051 runtime.sigpanic() /usr/local/go/src/runtime/signal_unix.go:825 +0x305 fp=0xc0000bb340 sp=0xc0000bb2f0 pc=0x44a545 aeshashbody() /usr/local/go/src/runtime/asm_amd64.s:1343 +0x39f fp=0xc0000bb348...

Hello! I have tried to compile my own project which has a dependency of "reflect2" package with the most recent gccgo but failed with a message of "undefined reference". Is...

go version is 1.15.5 I got panic when I use jsoniter.Unmarshal,the input object type is ``` struct { Data json.RawMessage `json:"data"` Extra map[string]interface{} `json:"extra"` }{} ``` ``` recover from panic:...

Good day, https://codecov.io/bash recently outputted a security issue. Details can be found at https://about.codecov.io/security-update/ The following file and code are impacted. Please follow the recommended actions in the link above...

Hi there. This might be an unusual "issue" beeing reported. There has been a security incident in codecov.io with the bash-uploader script (see [1] for details) which potentially exposed secrets...

Show my code. 1、utils package It define the student struct,like that: ``` package utils import ( "fmt" ) type Student struct { Name string } func (s *Student) PrintName() {...

Hi All, I am running jobs on travis-ci and found that jobs are failing for go1.8.X. Below are the logs $ git clone --depth=50 --branch=master https://github.com/kishorkunal-raj/reflect2.git kishorkunal-raj/reflect2 $ travis_export_go 1.8.x...

Hello! I have tried to build the docker and faced with an issue of undefined reference. I found a discussion about the same issue here: https://www.mail-archive.com/[email protected]/msg31266.html Latest versions of docker,...