Running a script from the editor which has an unclosed triple quotes string results in a crash. I was using triple quotes to comment out portions of code quickly, to figure out what was causing snother crash, and if i accidentally left the last block unclosed, pressing play crashes every time.
Forum Archive
Latest beta 160023
JonB
Aug 10, 2015 - 19:58
omz
Aug 10, 2015 - 20:12
Sorry about this. Should be fixed in 160024 (just uploaded).
JonB
Aug 10, 2015 - 21:07
in create_objc_class it might be worthwhile checking the number of arguments in each method with the number of arguments inferred from the selector/method name. For instance, omitting the trailing underscore from a method name results in type encoding that does not match the actual method arguments. probably a minor nit.
ccc
Aug 11, 2015 - 19:53
The new exception / traceback functionality is super awesome but does not seem to work inside a scene.Scene.
omz
Aug 12, 2015 - 08:35
Thanks, didn't notice that. Should be fixed in the next build.