Closed sivachandran closed 1 month ago
Can you tag a release? I need the fix in my usage.
May I ask why can't you go get jfr-parser@a8d22a1 ?
or it doe snot work?
it works only if i do
go get github.com/grafana/jfr-parser@a8d22a1
go get github.com/grafana/jfr-parser/pprof@a8d22a1
in this case there is no change under pprof
. otherwise without the second go get i won't get changes under pprof
.
is there a reason to have nested package?
is there a reason to have nested package?
The first one is for parsing, and the other is for pprof producing. They have slightly different dependencies. Furthermore the latter one has a little bit of pyroscope specifics.
The first one is for parsing, and the other is for pprof producing. They have slightly different dependencies. Furthermore the latter one has a little bit of pyroscope specifics. I understand.
But considering the fact pprof depends on jfr-parser/parser
and can't be used independently why don't we keep everything under single package. It would make the dependency management and releasing simpler.
Cause there may be users who dont need pprof
Hmm... make sense. Thanks for explaining!
Fixes overflow error in parsing Ref IDs