sourcegraph / zoekt

Fast trigram based code search
Apache License 2.0
598 stars 80 forks source link

Simplify error handling in readTOC #825

Closed jtibshirani closed 1 week ago

jtibshirani commented 2 weeks ago

Small improvement to how we handle unknown or malformed sections when reading the TOC.

Note: this PR originally removed some of the "skip section" handling. That has been restored, since it is important for downgrades.