feat(wasi): land #485 filesystem, #487 sockio, #486 wrap-default, #56-A - #757
Merged
Merged
Conversation
The original #175 sub-issues (#176–183) are all closed. Reconcile the ledgers so they stop listing SAT-01/SAT-03/INT-07/INT-08 as open, mark Stage D closed / Stage E active, and point residual WASI + satellite work at the independent follow-ups (#485/#486/#487/#56). Refs #175 Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (39)
✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This was referenced Sep 21, 2026
Closed
hyperpolymath
added a commit
that referenced
this pull request
Sep 21, 2026
…o parse (#761) ## Why #759 merged with red CI: - `npm install -g --ignore-scripts tree-sitter-cli@0.25.0` leaves the `tree-sitter` binary missing (ENOENT) — build, coverage, migration-assistant. - Workflow linter requires SPDX on line 1; actions-lock prepends a managed-by comment. - `lib/codegen_deno.ml` still had a #757 smash: unterminated `(* #459` comment (`wrapping Iram)`) and a duplicate `receiver_struct` (`withtion = function`). Lint: Comment not terminated. ## This PR - `scripts/install-tree-sitter-cli.sh` installs the v0.25.0 GitHub release binary. - Workflow linter accepts SPDX in the first 5 lines. - Restore ExprBreak/Continue/Lambda arms; drop the duplicate receiver_struct. - `affinescript-vite/` compile-pass scaffold (`--bun-esm`). Does not implement #486.
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.



Preview1 lowerings and wrap-default machinery for the leftover WASI/DOM slices that blocked closing GitHub index #175.
#485 S5
wasi:filesystemfile_open/file_read/file_fd_write/file_closelower to preview1path_open/fd_read/fd_write/fd_closeFilereserved; dirfd 3 is the first--dirpreopentests/codegen/plus gatedtests/componentize/filesystem_smoke.sh(wasmtime run --dir host::.)#487 sock recv/send/accept
net_recv/net_send/net_accept→sock_recv/sock_send/sock_accept, EffectNettests/componentize/sockio_smoke.sh#486 wrap default, not the one-way door
tools/componentize.shnow defaults to--command--reactorexplicitly#56-A + Pixi gap-fill
stdlib/Dom.affine,stdlib/Console.affineaffinescript-domconvenience constructors (div/h1/p/… +replaceBody)isPlaying/durationLedgers updated:
docs/TECH-DEBT.adoc,docs/ECOSYSTEM.adoc,docs/CAPABILITY-MATRIX.adoc.Refs #485 #486 #487 #56