Closed gordonwatts closed 1 month ago
The error isn't what I thought it was. The problem is that <object>.name
is a name
lookup in <object>
. So that is what is failing.
Here this is a function call. So we'll have to special case this, if Zip
does not exist in a dictionary.
This is from @ponyisi.
You get this error:
When running this AGC code:
Likely the problem is the function lookup should trigger an
Any
type return, not a total failure like this. And, further, it should work if the system has some type information (to catch mispellings).