-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/vet: add framepointer analysis pass from x/tools CL 248686 #43014
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
Comments
Not sure how to make this work. I do
It succeeds, but the framepointer package doesn't appear. Only the ifaceassert package gets updated. So it is doing something, but not what I need it to do. It also looks like the previous import was done on 2020/11/10, which is after the framepointer analysis pass was checked in (which was 11/2). So it didn't make it in then either. Anyone understand what is going on? |
My understanding is that |
There are 28 subdirectories of |
Ah, so I need to import a nonexistent package first, and then run the vendor tool. |
I think so. And you probably need to pass |
Ok, thanks, making progress now. |
Change https://golang.org/cl/276372 mentions this issue: |
Change https://golang.org/cl/276373 mentions this issue: |
Update #43014 Change-Id: I5fbfaa16e6acb8859fd0b1188f532f5a225f6349 Reviewed-on: https://go-review.googlesource.com/c/go/+/276373 Trust: Keith Randall <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
The framepointer analysis pass was checked into x/tools at CL 248686. We need to vendor that into the stdlib so it can be used by vet.
The text was updated successfully, but these errors were encountered: