Skip to content

Commit

Permalink
Explain FileInfo change better.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jan 24, 2023
1 parent c060ca0 commit 1cd64b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ Version: 1.5.38
- setAffinity -> no-op on non-Linux
- Windows fallback for osUt.getDelims
- No longer def cligen/mfile.perror|getDelims for `rp` compile-speeds
- MFile uses `FileInfo` not Unix-specific `Stat` for metadata
- temporarily deactivate cligen/procpool helpers like uRd
- little things in `cligen/[statx, posixUt]` such that `bu/fage` works
- get `popenr` `popenw` compiling on Windows
Give `osUt` & `mfile` modules minimal unit tests. Works fine under MSYS2
with with mingw-w64-ucrt-x86_64 in virt.mach.; Could use VStudio testing.

Another BREAKING CHANGE is an unlikely externally used overload
`mfile.mopen(fd: cint; st: Stat, ...)` which has now become
`mfile.mopen(fd, fh: cint; fi: FileInfo, ...)`.
Another BREAKING CHANGE is an overload unlikely to be used externally
`mfile.mopen(fd: cint; st: Stat, ...)` which has now become `mopen(fd, fh:
cint; fi: FileInfo, ...)` (done to support `FileInfo` over `Stat` field).

Version: 1.5.37
---------------
Expand Down

0 comments on commit 1cd64b1

Please sign in to comment.