Commit ac60eeb
fix(kernel-utils): allow passable default guards for async section interfaces
The async interface guard synthesized for a sheaf section must admit implicit
exo methods like __getDescription__ that @endo/exo adds to every discoverable
exo. Without passable default guards, those methods are rejected at dispatch
time, preventing sheafs from being sent across a CapTP connection.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 2e3f5b1 commit ac60eeb
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
0 commit comments