Forum Archive

Latest beta 160023

JonB

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.

omz

Sorry about this. Should be fixed in 160024 (just uploaded).

JonB

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

The new exception / traceback functionality is super awesome but does not seem to work inside a scene.Scene.

omz

Thanks, didn't notice that. Should be fixed in the next build.