v0.8.0
Changed
- Patterns are parsed once per search:
seagrep_core::parse_patternproduces
the Hir consumed byseagrep_query::plan_hir,can_search_as_document,
andbounded_match_len(the latter two now take&Hirinstead of&str),
so the planner and the grep-mode analyses cannot disagree about a pattern.