JUL-131: Move native filesystem operations into selected source - #378
Merged
julia-script merged 8 commits intoSep 7, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
julia-script
force-pushed
the
julia/jul-131-native-filesystem
branch
from
September 7, 2026 02:06
ec5ccb7 to
b0e2599
Compare
julia-script
marked this pull request as ready for review
September 7, 2026 02:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the native filesystem provider into selected ordinary Silk source for Darwin AArch64 and GNU x86-64/AArch64. Descriptor-relative traversal rejects symlinks below the configured root; affine handles preserve the primary failure and close exactly once. Byte paths, bounded directory records, partial I/O, and exclusive temporary-directory creation share the source implementation.
Removes all eleven filesystem intrinsics and the compiler-owned handle/C implementation. Adds the minimal readonly pointer byte projection and fixes generic Effect lowering for narrow result lanes and partial-move cleanup on propagation.
Validation: all six independent source/C conformance lanes pass, including injected failures and cancellation. Real filesystem and temporary-directory acceptance tests pass. All required workspace gates passed in order: typecheck, format:check, lint, test, check, and release:candidate (10 tests). The compiler suite passed 2,367 tests and shared native acceptance passed 323 tests. Top-of-stack CI passed all 13 jobs on implementation revision 793d78d; the final follow-up only records verification.
Fixes JUL-131.