• Kevin Modzelewski's avatar
    Identify + fix codegen bug · d3ba142d
    Kevin Modzelewski authored
    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)
    d3ba142d
compvars.cpp 89 KB