Open XertroV opened 10 years ago
I've taken out the catch-all try except stuff. I don't think this is a bug, but we should definitely add a debug mode with type checking at some point (we don't want this all the time, as it is unnecessary overhead).
This page shows how it might be done: http://code.activestate.com/recipes/578528-type-checking-using-python-3x-annotations/
Yeah that's a good point. If there's an easy way to add a debug=True arg that'd be good for v0,2 (presuming we'll have the alphanet with V0.1 approx) On Jun 19, 2014 9:55 AM, "Kitten Tofu" notifications@github.com wrote:
I've taken out the catch-all try except stuff. I don't think this is a bug, but we should definitely add a debug mode with type checking at some point (we don't want this all the time, as it is unnecessary overhead).
This page shows how it might be done: http://code.activestate.com/recipes/578528-type-checking-using-python-3x-annotations/
— Reply to this email directly or view it on GitHub https://github.com/eudemonia-research/spore/issues/10#issuecomment-46509219 .
examples/grachten.py
continues as normal from thereafter (mostly)