Skip to content

SMART-TPL 0.9.5

Compare
Choose a tag to compare
@schoentoon schoentoon released this 10 Mar 12:26
· 159 commits to master since this release

This release only focuses on error reporting, besides that nothing changed. To summarize, the following changes got implemented.

  • Introduction of CompileError and RuntimeError classes, these both inherit std::runtime_error
  • Instead of using std::runtime_error everywhere, we're now using CompileError and RuntimeError
  • Internally support for 'throwing' runtime errors with a message from jitted code was added