gvansickle / ucg

UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.

Home Page:https://gvansickle.github.io/ucg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate glob matching options more fully with the file-type filters

gvansickle opened this issue · comments

The glob-style file include/exclude options added in #84 are fairly well integrated and definitely usable. However, there are corner-cases in which they do not behave as expected (see for example the expected-fail --include/--exclude=GLOB tests in type_inclusion.at). Resolve these, probably by better integrating the glob logic with the file-type mechanism. Exactly how TBD.