hex0punk / wally

Function callpath mapping analysis tool for Go
Mozilla Public License 2.0
28 stars 0 forks source link

Cannot resolve some local variables #35

Closed hex0punk closed 8 months ago

hex0punk commented 9 months ago

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

hex0punk commented 8 months ago

resolved #37