-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Finder] BC: Manuelly added files are missing #40022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
your reproducer is likely incomplete as |
Ahh That line is not needed sorry :) Just point to some files. And you will get only one |
I think I understood the issue. This is not really an issue for cases providing a directory, because the full path is used as keys in such iterators. But when using |
see #40023 |
…xabbuh) This PR was merged into the 4.4 branch. Discussion ---------- [Finder] use proper keys to not override appended files | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #40022 | License | MIT | Doc PR | Commits ------- 036c8d7 use proper keys to not override appended files
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: 4.4.19
Description
Finder lists only one manuelly added file
How to reproduce
Output: v4.4.19:
string(59) "/var/www/html/vendor/zircote/swagger-php/src/Serializer.php"
Output: v4.4.18
string(56) "/var/www/html/vendor/zircote/swagger-php/src/Context.php"
string(56) "/var/www/html/vendor/zircote/swagger-php/src/Logger.phpp"
string(59) "/var/www/html/vendor/zircote/swagger-php/src/Serializer.php"
Possible Solution
Revert symfony/finder@94a9b86
Additional context
The text was updated successfully, but these errors were encountered: