docs: mark W46 Phase 1 done and refresh memo#51
Merged
Conversation
W46 "un-link libc" Phase 1 landed via PR #49 (delib 1c/1d/1e/1f) on top of the earlier delib 1a/1b phases. link_libc=false is now in effect for lib / cli / tests / examples / e2e / bench / fuzz modules; C-API targets (shared-lib, static-lib, c-test) retain link_libc=true because std.heap.c_allocator is the intended default allocator for C callers. - checklist.md: move W46 into Resolved (summary) with measured size numbers (Mac 1.38 MB, Linux 1.65 MB stripped vs 1.80 MB ceiling) and note that the 1.50 MB target waits for the std.Io migration. - memo.md: replace the stale "v1.10.0 awaiting PR" Current Task with a W46 Phase 1 completion summary; record the cross-compile sanity trick and the "c_api.zig needs libc" gotcha as hard-won nuggets.
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
.dev/checklist.md. W46 Phase 1 ("un-link libc") landed via PRs refactor(delib-1a): platform pfd I/O uses Linux direct syscalls #47 (delib 1a), refactor(delib-1b): wasi path-based ops use Linux direct syscalls #48 (delib 1b), refactor(delib-1c/1d/1e/1f): un-link-libc — full migration #49 (delib 1c/1d/1e/1f)..dev/memo.md— the stale "v1.10.0 awaiting PR" Current Task is replaced with a W46 Phase 1 completion summary, next-candidate list (W47 / W45 / optional W46 Phase 2), and two new hard-won nuggets (cross-compile sanity trick, C-API-needs-libc gotcha).Docs-only. No source changes.
Test plan
git diffshows only.dev/checklist.mdand.dev/memo.md