Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 18d9da6

Browse files
Make sure errors are not swallowed by parser (#56)
This introduces an abstraction in facet-styx to make sure that an error event always translates to a result error and is never swallowed. Closes #55
1 parent 3f44500 commit 18d9da6

5 files changed

Lines changed: 160 additions & 115 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target/
55
.playwright-mcp/
66
node_modules/
77
pnpm-lock.yaml
8+
.handoffs/
89

910
# IDE files
1011
.idea

Cargo.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)