docs(design): plan re-fold of SEC-1 *at* helper modules post SEC-1.j ship#4695
Merged
Conversation
…ship
Captures the hygiene follow-up to consolidate
`crates/fast_io/src/dir_sandbox/at_syscalls{,_metadata,_rename}.rs`
into a single `at_syscalls` namespace now that all three SEC-1 *at*
helper PRs (.h #4683, .i #4690, .j #4693) are on master. Both .i and .j
module headers explicitly scheduled the re-fold; this doc turns that
into a concrete plan with section dividers, re-export collapse steps,
and an LoC sanity check that confirms the consolidated file remains
within the post-2026-05-18 LoC policy.
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.
Summary
docs/design/sec-1-at-syscalls-refold-2026-05-21.mdcapturing the SCHEDULED plan to re-foldcrates/fast_io/src/dir_sandbox/at_syscalls{,_metadata,_rename}.rsinto a singleat_syscallsnamespace now that all three SEC-1 at helper PRs (.h feat(fast_io): mkdirat/symlinkat/linkat sandbox helpers (SEC-1.h) #4683, .i feat(fast_io): fchmodat/fchownat/utimensat sandbox helpers (SEC-1.i) #4690, .j feat(fast_io): renameat sandbox helper (SEC-1.j) #4693) are on master.use-line consolidation, sibling-file deletion,dir_sandbox/mod.rsre-export collapse).tools/enforce_limits.shcap was removed on 2026-05-18, so no hard cap fires. The re-fold is recommended; the N/A path is documented as a contingency but not triggered.refactor/fast-io-at-syscalls-refold.Test plan
wc -lagainstorigin/master.