hex0punk / wally

Function callpath mapping analysis tool for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot resolve some local variables

hex0punk opened this issue · comments

When a variable is declared in the same enclosed function, wally is not able to resolve the value. For instance:

https://github.com/hashicorp/nomad/blob/d34788896f8892377a9039b81a65abd7a913b3cc/nomad/csi_endpoint.go#L1627-L1633

While globals are covered, I don't believe locals with compile-time constant values are covered

resolved #37