Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detect circular constant autoloading | Xavier Noria | 2012-08-28 | 1 | -0/+4 |
Nowadays circular autoloads do not work, but the user gets a NameError that says some constant is undefined. That's puzzling, because he is normally trying to autoload a constant he knows can be autoloaded. With this check we can give a better error message. |