Naming logic is flawed
In this snippet, the logic for finding unique names is flawed as far as I can tell. The leap-lang name is what's registered in global_map
, however the 'mapped name' is what's tested for dict
membership.
In this snippet, the logic for finding unique names is flawed as far as I can tell. The leap-lang name is what's registered in global_map
, however the 'mapped name' is what's tested for dict
membership.