You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
In order to preserve the grouping, we would need to remove this flat_map and propagate the nested lists forward (similarly to the first commit linked):
This was apparently already the case in a very early version of this program, but was lost when
src/extractor.rswas pulled out to its own module.In order to preserve the grouping, we would need to remove this
flat_mapand propagate the nested lists forward (similarly to the first commit linked):tree-grepper/src/extractor.rs
Line 86 in c61c967
We would probably need to take care to not cause a regression leading to showing empty files again, since we might get lists of empty lists.