mirror of
https://github.com/Dummi26/mers.git
synced 2026-06-24 09:41:03 +02:00
- fix bug where `thread` function wouldn't error when being called on a non-function - add compile error when a function in `try` is never used, because this is almost certainly a mistake and will cause mers to unexpectedly go down the "wrong" code path. - some small changes so mers_lib can be used in another project