go-callvis icon indicating copy to clipboard operation
go-callvis copied to clipboard

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

Open Egor3f opened this issue 10 months ago • 7 comments

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

Egor3f avatar Mar 29 '24 11:03 Egor3f

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.

tenax66 avatar May 09 '24 12:05 tenax66

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

starius avatar May 13 '24 23:05 starius

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

mangoNisa avatar May 30 '24 18:05 mangoNisa

Also in my environment, this pr is correctly work, Thanks.

git clone https://github.com/ofabry/go-callvis.git
cd go-callvis

gh co 177 # checkout to this nice pull request.
make install
go-callvis .
2024/07/18 15:45:40 http serving at http://localhost:7878
2024/07/18 15:45:40 converting dot to svg..
2024/07/18 15:45:40 serving file: /var/folders/../../go-callvis_export.svg

mztnnrt avatar Jul 19 '24 02:07 mztnnrt

Is there anyone besides @ondrajz who can merge this PR?

githoober avatar Jul 30 '24 11:07 githoober