Skip to content

[Finder] Allow finder to set the UNIX_PATH flag when recursing directories #58732

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

Open
wants to merge 1 commit into
base: 7.4
Choose a base branch
from

Conversation

moonraking
Copy link

@moonraking moonraking commented Nov 1, 2024

Q A
Branch? 7.2
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #54269
License MIT

@carsonbot
Copy link

Hey!

I see that this is your first PR. That is great! Welcome!

Symfony has a contribution guide which I suggest you to read.

In short:

  • Always add tests
  • Keep backward compatibility (see https://symfony.com/bc).
  • Bug fixes must be submitted against the lowest maintained branch where they apply (see https://symfony.com/releases)
  • Features and deprecations must be submitted against the 7.2 branch.

Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change.

When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor!
If this PR is merged in a lower version branch, it will be merged up to all maintained branches within a few days.

I am going to sit back now and wait for the reviews.

Cheers!

Carsonbot

@carsonbot
Copy link

Hey!

Thanks for your PR. You are targeting branch "5.4" but it seems your PR description refers to branch "5.4, 6.4, and 7.1 for bug fixes".
Could you update the PR description or change target branch? This helps core maintainers a lot.

Cheers!

Carsonbot

@nicolas-grekas nicolas-grekas added Finder and removed Bug labels Nov 4, 2024
@carsonbot carsonbot changed the title Allow finder to set the UNIX_PATH flag when recursing directories. [Finder] Allow finder to set the UNIX_PATH flag when recursing directories. Nov 4, 2024
@nicolas-grekas nicolas-grekas modified the milestones: 5.4, 7.2 Nov 4, 2024
@nicolas-grekas
Copy link
Member

Thanks for the PR. Since this is a new feature, it should target 7.2

@moonraking moonraking changed the base branch from 5.4 to 7.2 November 4, 2024 10:53
@OskarStark OskarStark changed the title [Finder] Allow finder to set the UNIX_PATH flag when recursing directories. [Finder] Allow finder to set the UNIX_PATH flag when recursing directories Nov 4, 2024
@nicolas-grekas
Copy link
Member

Merge branch '7.2' into issue-54269

Please rebase instead, we don't merge PRs with merge commits, sorry.

@moonraking
Copy link
Author

Sorry first PR!

Some tests are failing, but pretty sure they are not mine!

I hope that is ok now.

@fabpot fabpot modified the milestones: 7.2, 7.3 Nov 20, 2024
@fabpot fabpot modified the milestones: 7.3, 7.4 May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Finder] can not recurse streams when running in the Windows environment, fatal error ensues.
4 participants