mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
8b40be50b9
- Relax return value requirements on errors. Only the error is checked, as there are multiple conflicting return styles throughout the `os` API. Some return the error along with `0`, `-1`, or another value. This can be smoothed out later. - Test `os2` files now. - No longer test streams after closing; this is considered similar to a use-after-free in `os2`.