Uh oh!
There was an error while loading. Please reload this page.
Prevent crash when compile fails in JIT - #60
Conversation
richardmembarth
commented
Jan 31, 2025
Doesn't |
PearCoding
commented
Jan 31, 2025
Yes, thats why the new commit :P |
richardmembarth
commented
Jan 31, 2025
Isn't it |
PearCoding
commented
Jan 31, 2025
It does continue parsing and does not error recovery from that. E.g., (constructed case) will produce a wall of errors: |
PearCoding
commented
Jan 31, 2025
I think that is an issue for another day, however :D |
richardmembarth
commented
Jan 31, 2025
Yes, you can pass an option to Anyways, shouldn't the program abort when |
It definitely should not call In some cases (Jupyter Notebooks) On my opinion |
Simple fix to prevent
thorin.opt()being called when::compilefails due to simple syntax errors and other issues.This is mandatory for proper safe guards, error recovery and the simple fact that syntax errors are simple to make :D