sx sync: migrate legacy modules/{fs,process}.sx imports to modules/std/
The June stdlib restructure deleted the flat library modules; the old paths kept resolving only through a stale zig-out/library install snapshot. Verified green with that snapshot removed. Drop the empty src/infra/ — the planned hash/json/cli shims shipped as sx std modules instead.
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
// 4. put_file — a file source produces the same key and bytes.
|
||||
// Exits 0 only if every assertion holds (process.assert aborts otherwise).
|
||||
#import "modules/std.sx";
|
||||
fs :: #import "modules/fs.sx";
|
||||
fs :: #import "modules/std/fs.sx";
|
||||
hash :: #import "modules/std/hash.sx";
|
||||
process :: #import "modules/process.sx";
|
||||
process :: #import "modules/std/process.sx";
|
||||
#import "../src/store/store.sx";
|
||||
|
||||
// SHA-256("abc"), the FIPS 180-4 one-block known-answer vector.
|
||||
|
||||
Reference in New Issue
Block a user