runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Prevent crash when `compile` fails in JIT

Open PearCoding opened this issue 9 months ago • 7 comments

Simple fix to prevent thorin.opt() being called when ::compile fails 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

PearCoding avatar Jan 31 '25 09:01 PearCoding