diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-20 21:11:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-20 21:24:42 +0900 |
| commit | 6a46e7fde3582bdb3335fab1139ebb8ed98a0dc4 (patch) | |
| tree | 0ba94dc918b9d386bca58f7690eb362666cc43f1 /crates/shirabe/tests | |
| parent | b15166490944e90c083c93086e849656535494e3 (diff) | |
| download | php-shirabe-6a46e7fde3582bdb3335fab1139ebb8ed98a0dc4.tar.gz php-shirabe-6a46e7fde3582bdb3335fab1139ebb8ed98a0dc4.tar.zst php-shirabe-6a46e7fde3582bdb3335fab1139ebb8ed98a0dc4.zip | |
feat(finder): implement Finder traversal and filter pipeline
Replace the todo!() stubs with an inline port of symfony/finder's
searchInDirectory() pipeline, materializing entries as PathBuf in place
of SplFileInfo. Also port Glob::toRegex, needed for glob name patterns.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests')
| -rw-r--r-- | crates/shirabe/tests/cli.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/cli.rs b/crates/shirabe/tests/cli.rs index c0fa1d9..a267ff2 100644 --- a/crates/shirabe/tests/cli.rs +++ b/crates/shirabe/tests/cli.rs @@ -133,7 +133,6 @@ run_no_panic_tests! { #[ignore = "currently panics"] run_clear_cache => "clear-cache", run_config => "config", - #[ignore = "currently panics"] run_create_project => "create-project", run_depends => "depends", #[ignore = "currently panics"] |
