Commit 487ef74
fix(tests): use pull() in pattern harness for pull mode compatibility
In pull mode, .get() returns cached values without triggering
computation of dirty dependencies. Changed the pattern harness to use
.pull() which properly establishes an effect and waits for the
scheduler to compute all transitive dependencies.
This fixes 27/28 failing generated-patterns integration tests.
One test (counter-when-unless-operators) still fails due to a
deeper issue with nested lift computations through references.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent cfb0fad commit 487ef74
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments