Skip to content
Draft
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: feature
packages:
- "@typespec/compiler"
---

Add worklist-based check queue for type checking declarations, inspired by Rust's obligation forest. Declarations are processed iteratively with deferral and retry, replacing the callback-based `ensureResolved`/`waitingForResolution` mechanism. Circular dependencies are detected via Tarjan's SCC algorithm and reported with clear cycle diagnostics.
Loading
Loading