mirror of
https://github.com/Dummi26/mers.git
synced 2025-06-14 21:16:14 +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