Last 12 weeks · 0 commits
1 of 6 standards met
Hi! README says this project requires Zig 0.16+. I tried building with Zig 0.16 (0.16.0-dev.1875+ec13e8eaa) and fails with API errors that look like stdlib migrations (std.fs/std.posix -> std.Io). Environment: OS: Linux Zig: 0.16.0-dev.1875+ec13e8eaa Commit: 4537e03 (Initial release) Steps: 1) 2) Errors (short): has no member (src/output.zig)[/+] has no member (src/sandbox.zig)[/+] signature changed (build.zig)[/+] missing (src/sandbox.zig) Given these errors, it seems the code is still on pre-0.16 APIs. Is the README version requirement correct? If 0.16 is intended, I can prepare a migration PR (build.zig + std.Io updates). If not, maybe README should be updated to the intended Zig version. Thanks!
Repository: Jarred-Sumner/poof. Description: Ephemeral filesystem isolation via Linux overlayfs (experimental) Stars: 158, Forks: 4. Primary language: Zig. Languages: Zig (69.3%), TypeScript (28.9%), Shell (1.8%). Open PRs: 0, open issues: 2. Last activity: 8mo ago. Community health: 28%. Top contributors: Jarred-Sumner.