Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Egor3f
Copy link

@Egor3f Egor3f commented Mar 29, 2024

fixes #170

@tenax66
Copy link

tenax66 commented May 9, 2024

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
Copy link

starius commented May 13, 2024

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

@mangoNisa
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Got error running go-callvis on github.com/googlecloudplatform/gcsfuse
4 participants