Skip to content

Windows improvements and various other updates

Latest
Compare
Choose a tag to compare
@edsrzf edsrzf released this 17 Dec 21:44
· 1 commit to main since this release

This releases fixes several issues with the package on Windows:

  • #29 - Avoid leaking file handles when MapViewOfFile fails.
  • #22 - Fix anonymous mappings on Windows (bug introduced by the fix to #5).
  • #5 - Fix Flush on Windows.

Other updates:

  • Update golang.org/x/sys for compatibility with the upcoming Go 1.18 release.
  • Enable compilation for Plan 9. (#25) Note that Plan 9 still does not work at runtime.
  • Add examples.
  • Add GitHub Actions CI.