Skip to content

Releases: savi-lang/OSError

v0.20240610.0

10 Jun 14:29
6dd9eb6
Compare
Choose a tag to compare

What's Changed

  • Add OSError.from_u32! function. by @jemc in #11

Full Changelog: v0.20231020.0...v0.20240610.0

v0.20231020.0

20 Oct 23:28
f43cf7c
Compare
Choose a tag to compare

What's Changed

  • Pull latest from savi-lang/base-standard-library by @savi-lang-bot in #6
  • Pull latest from savi-lang/base-standard-library by @savi-lang-bot in #7
  • Pull latest from savi-lang/base-standard-library by @savi-lang-bot in #8
  • Add support for error codes that vary across supported platforms. by @jemc in #9
  • Add C++ tests for cross-platform error code checks. by @jemc in #10

Full Changelog: v0.20220325.0...v0.20231020.0

v0.20220325.0

25 Mar 23:39
1d24805
Compare
Choose a tag to compare

What's Changed

  • Update enum declarations for latest Savi version. by @jemc in #5

Full Changelog: v0.20220304.0...v0.20220325.0

v0.20220304.0

04 Mar 22:06
73e8554
Compare
Choose a tag to compare
Add `OSError` library code.