vitreo12 / omni

DSL for low-level audio programming.
https://vitreo12.github.io/omni/
MIT License
188 stars 6 forks source link

Add {.raises: [].} to all proc / defs #124

Closed vitreo12 closed 3 years ago

vitreo12 commented 4 years ago

Following #68

vitreo12 commented 4 years ago

Also on the manual: https://nim-lang.org/docs/manual.html#effect-system-exception-tracking

{.raises [].} + --panics:on makes sure that no exception is generated in functions!