Identify + fix codegen bug
In certain cases we wouldn't do well if we were sure that a type error would occur (ex indexing into what we know is None) -- we would error in codegen instead of generating the code to throw the error at runtime. (sneak in another travis.yml attempt)
Showing
test/tests/type_errors.py
0 → 100644
Please register or sign in to comment