| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* Preserve unsupported entry, string, preamble, and comment source as explicit failures. * Recover subsequent supported blocks on the same or following line.
| Back | FazBrowse Home | New Git URL |
Summary
comments instead of classifying them as implicit comments.
parenthesis parsing remains unsupported.
an unclosed parenthesis block.
Fixes #533 by taking the issue's fail-closed interim option. This does not claim
to implement full parenthesis-delimited parsing.
Validation
passed.
deprecation warnings in tests/test_entrypoint.py.
environment; GitHub CI should independently run the configured hooks.
Review note
This change was developed and validated in a concentrated session rather than
exercised over a long period in production. The recovery scanner handles nested
parentheses, braces, quotes, and subsequent blocks, but careful human review of
malformed-input edge cases is particularly important.
AI assistance
This pull request was prepared with ChatGPT Codex using GPT-5.6 Sol with high
reasoning effort. Codex assisted with analysis, implementation, branch
isolation, and test execution. Automated validation is not a substitute for
maintainer review.