Closed sgranade closed 3 years ago
This breaks a bunch of unit tests. (ant unittest
will run them.)
Whoops, sure enough! I didn't handle null values of scene objects properly. I fixed that, and added unit tests for the error messages as well.
Thanks!
Minor patch to add scene names to errors that previously were only showing line numbers. This impacts one token and a number of operators, and the underlying utils functions (
num()
andbool()
).