Subject: | AUTOLOAD on invalid field should throw error |
As per line 293:
# XXX this should also throw
This has recently led to a surprising and hard-to-debug bug in our code, where a field was renamed. Assuming that this code would have thrown an error, I was led to believe that a certain branch was never called -- in fact it looks like it was called and the error was swallowed...