Skip to content

[refactor] Use balanced conditionals [FCOM-15] - #1137

Merged
davidrunger merged 1 commit into
mainfrom
refactor/balanced-conditional
Aug 28, 2026
Merged

[refactor] Use balanced conditionals [FCOM-15]#1137
davidrunger merged 1 commit into
mainfrom
refactor/balanced-conditional

Conversation

@davidrunger

Copy link
Copy Markdown
Owner

Replace the initialize-then-overwrite pattern for expression_to_match in both the parser and querier with a balanced conditional. The fixed-string branch escapes search_string directly because expression_to_match is not initialized while its initializer is evaluated.

codex resume 01a04977-3fb4-7bd1-8972-d948e600a369

Replace the initialize-then-overwrite pattern for `expression_to_match` in both the parser and querier with a balanced conditional. The fixed-string branch escapes `search_string` directly because `expression_to_match` is not initialized while its initializer is evaluated.

codex resume 01a04977-3fb4-7bd1-8972-d948e600a369
@davidrunger
davidrunger merged commit a9d3768 into main Aug 28, 2026
1 check passed
@davidrunger
davidrunger deleted the refactor/balanced-conditional branch August 28, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant