Runtime support library for sydtest's mutation testing. It provides the manifest, coverage and identifier types shared between the core sydtest library, the mutation plugin, and the mutation driver. See https://github.com/NorfairKing/sydtest#readme for more information.
Changes
Changelog
[0.1.1.0] - 2026-07-29
Fixed
writeManifestTxtFile now writes UTF-8. It wrote through a binary handle
with hPutStr, which truncates every Char to its low byte, so any
non-ASCII character in a rendered source line came out as a different
character (… as &) or as an invalid UTF-8 byte. The .json manifest
was unaffected, as is the driver’s report.txt, which already encoded
explicitly.