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

Fix parse failures for files using custom operators#23

Merged
max-leuthaeuser merged 1 commit into
masterfrom
max/fix-non-default-operator-handling
Apr 10, 2026
Merged

Fix parse failures for files using custom operators#23
max-leuthaeuser merged 1 commit into
masterfrom
max/fix-non-default-operator-handling

Conversation

@max-leuthaeuser

Copy link
Copy Markdown
Collaborator

Use a non-throwing error handler for operator folding so that unknown operators degrade gracefully (unfolded SequenceExprSyntax) instead of failing the entire file.

Fixes #21

Use a non-throwing error handler for operator folding so that
unknown operators degrade gracefully (unfolded SequenceExprSyntax)
instead of failing the entire file.

Fixes #21
@max-leuthaeuser max-leuthaeuser merged commit fbae6a4 into master Apr 10, 2026
3 checks passed
@max-leuthaeuser max-leuthaeuser deleted the max/fix-non-default-operator-handling branch April 10, 2026 12:48
max-leuthaeuser added a commit to joernio/joern that referenced this pull request Apr 10, 2026
This brings in joernio/SwiftAstGen#23

Fixes handling of unknown operator during folding so that these operators degrade gracefully instead of failing the entire file.
max-leuthaeuser added a commit to joernio/joern that referenced this pull request Apr 13, 2026
This brings in joernio/SwiftAstGen#23

Fixes handling of unknown operator during folding so that these operators degrade gracefully instead of failing the entire file.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Parsing failed for multiple files on different repositories due to missingOperators

1 participant