Skip to main content

Module file_ops

Module file_ops 

Source
Expand description

File operation implementations for the io module.

Phase 2c migration: ported to the typed marshal layer (cluster #2 option γ for IoHandle-touching functions, stdlib_io path-mass for path-only ones). register_file_io_handle_ops registers the 8 IoHandle-touching functions; register_file_path_ops registers the 9 path-only ones. Tests deferred — ValueWord-based test helpers can’t compile and aren’t reconstructed until the shape-vm cascade provides a typed test harness.

Functions§

register_file_io_handle_ops
Register the IoHandle-touching file operations on the io module. Cluster #2 (option γ) per docs/defections.md 2026-05-06.
register_file_path_ops
Register the path-only file operations on the io module. stdlib_io path-mass cluster (group 2) per docs/defections.md 2026-05-06 cluster #2 sibling re-classification.