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
I opened a PR on ripgrep BurntSushi/ripgrep#1557 to add a filter_entry method to ignore::WalkBuilder. Once that lands we can go back to filtering files hidden by attribute on MacOS. An improved implementation of that, without needing unsafe or libc::stat is:
I opened a PR on ripgrep BurntSushi/ripgrep#1557 to add a
filter_entry
method toignore::WalkBuilder
. Once that lands we can go back to filtering files hidden by attribute on MacOS. An improved implementation of that, without needingunsafe
orlibc::stat
is:The text was updated successfully, but these errors were encountered: