| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for opening this — it has been seen, and it is queued. This note is automated, but it is not a brush-off: it exists so you know where your PR stands instead of having to guess from silence. Current review status: working through a backlog. 0.9.1-rc.1 is out, so the release freeze that held reviews is over — but it left a large queue of open pull requests behind it, and we are reading through them oldest-first. The background is in discussion #1144. What that means for this PR, concretely:
Things that will genuinely speed it up whenever review does happen:
If this fixes a bug, a reproduction we can run is worth more than a description of the symptom. Thanks for contributing, and sorry in advance for the wait. |
Sorry, something went wrong.
|
Could a maintainer please rerun the failed test-lsan-macos job? The run completed with 7465 passed tests and one failure in an unrelated timing-sensitive lock registry test:
This PR only changes Windows search_code suffix prefiltering and does not modify the lock registry. The same macOS LSan check passed on the other PRs from the same base, so this appears transient. |
Sorry, something went wrong.
Signed-off-by: Ertan <ertan.kucukoglu@gmail.com>
|
Rebased onto current main and removed the unrelated comment rewrapping noted in review. The branch remains scoped to the results-preserving Windows suffix prefilter; the push also retriggers the previously flaky macOS LSan check. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this PR do?
Prefilters safe simple suffix globs such as *.pas and *.d.ts before PowerShell Select-String on Windows.
Complex patterns continue to use the existing post-filter path, and the final defensive file-pattern filter is preserved.
Adds regression coverage for safe/unsafe pattern boundaries and PowerShell command ordering.
Test results: 7353 passed, 0 failed, 63 skipped.
Part of #1565
Checklist
unsigned commits (DCO, see CONTRIBUTING.md)