docs(adr): ADR-016 — effect-threaded async-boundary detection (#234 S1) by hyperpolymath · Pull Request #270 · hyperpolymath/affinescript · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions .machine_readable/6a2/META.a2ml
3 changes: 2 additions & 1 deletion docs/TECH-DEBT.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ analysis. |S1 |pt1 #240 + pt2 return-escape DONE (Refs #177); pt2 residual
parser-gated — issue #177
|CORE-02 |Effect-handler dispatch on WasmGC (currently `UnsupportedFeature`;
EH proposal or CPS). The #225 CPS line closes the async slice. |S2 |partial
(PR3a/b/c merged; #234 generalises the recogniser)
(#225 line CLOSED PR1..PR3d+PR4; #234 generalises the recogniser —
ADR-016 ACCEPTED, side-table typecheck→codegen, staged S1..S4; S1 done)
|CORE-03 |ADR-014: module-qualified type/effect path. Decision settled
(both `.`/`::` accepted, `Pkg::Type` canonical, `.`→`::` for free via the
`::`-fold). Was the estate's dominant parse blocker (525/1177 .affine).
Expand Down
34 changes: 34 additions & 0 deletions docs/specs/SETTLED-DECISIONS.adoc
Loading