alpha
Login
or
Join now
isaaccorbrey.com
/
helicase
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Helix keybinds for JetBrains products
modal-editor
helix
jetbrains
plugin
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
helicase
/
cases
/
at
main
1 file
Isaac Corbrey
Porter robustness; oracle catches panics
2mo ago
cdbeef87
from_helix.json
Porter robustness; oracle catches panics Three fixes the corpus build forced out: - strip_comments is now string-literal-aware. The naive version ate `//` occurrences inside Rust string literals (specifically: the surround marker `//` inside indoc!{...} multi-line strings), producing malformed annotations missing their primary marker. - indoc!{} dedent ported correctly: source-first, before Rust escape resolution. `\n` (the escape sequence) does NOT count as a source newline for indent calculation — only real \n bytes do. Backslash line-continuation preserves the trailing whitespace so indoc can see it. - run_case_blocking wraps the oracle in catch_unwind. helix_core::test::print panics on malformed annotations; the binary should keep serving requests after a bad input instead of dying. Corpus jumps 68 → 167 cases.
2 months ago