Tags: xapi-project/stdext
Tags
CA-382014: unixext_stubs: fix const warning
unixext_stubs.c:132:21: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
132 | exn = caml_named_value("unixext.unix_error");
| ^
Signed-off-by: Edwin Török <[email protected]>
Release v4.22.0
CHANGES:
- unix: add permissions to write_{bytes,string}_to_file
- Use a dune version with fixed metadata generation
- threads, unix: avoid using C functions deprecated in OCaml 5
- Avoid warnings and add the check to detect them to the CI
- zerocheck: remove wrong, unused code. It was dangerous to leave it available
Release v4.21.0
CHANGES:
- unix: add permissions to write_{bytes,string}_to_file
- Use a dune version with fixed metadata generation
- threads, unix: avoid using C functions deprecated in OCaml 5
- Avoid warnings and add the check to detect them to the CI
- zerocheck: remove wrong, unused code. It was dangerous to leave it available
Revamp Listext: - CP-34643: listext: remove implementations for functions in Stdlib.List - CP-34643: Listext: deprecate functions in Stdlib.List - CP-34643: add unit tests for listext - CP-34643: listext: add drop function, rework some functions - listext: avoid traversing list twice on assoc_default
PreviousNext