ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.82k stars 402 forks source link

Updated dependencies; removed `pointer` analyzer as it panics in go 1.22; updated readme and gitignore #177

Open Egor3f opened 3 months ago

Egor3f commented 3 months ago

fixes https://github.com/ondrajz/go-callvis/issues/170

tenax66 commented 1 month ago

Will this be merged? There are many issues regarding pointer analysis.

Since golang.org/x/tools/go/pointer has been deprecated, we should either remove it (as it is in this PR), or at least change the default analysis.

starius commented 1 month ago

Strong +1 for this PR! It fixed go-callvis crash in my project. I'm using Go 1.22

mangoNisa commented 1 month ago

+1 for the PR, im also using Go 1.22 and this fixed the error