This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Commit 53ff4d3
committed
docs(ipc): fix embedded
The previous doc sweep rewrote `<code>NAME</code>` and `(NAME `
patterns but missed `(map system ["echo hi"])` — the builtin sat
in a higher-order position inside another bracketed form, so
neither substitution matched. Rewrites to
`(map .sys.exec ["echo hi"])`, which is both the accurate new
name and the exact expression the restricted-mode test in
test_store.c already exercises.map system example missed by prior sweep1 parent 8835b01 commit 53ff4d3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments