8000 [Finder][Urgent] Remove asterisk and question mark from folder name in test to prevent windows file system issues. by phazei · Pull Request #11989 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Finder][Urgent] Remove asterisk and question mark from folder name in test to prevent windows file system issues. #11989

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

Merged
merged 1 commit into from
Sep 23, 2014

Conversation

phazei
Copy link
@phazei phazei commented Sep 23, 2014

Bugfix: Yes
Fixed tickets: #11984 , #11985
Related tickets: #11970

Commit #11970 prevented Symphony from being checked out via windows due to invalid characters in a folder name within the tests.

The issue was reported in #11984 and was attempted to be fixed in #11985 but wasn't due to still including the question mark.

Please accept this ASAP as it entirely breaks any composer that relies on it.

…ilesystem issues.

A previous commit introduced a folder with a question mark and an asterisk which are invalid NTFS folder name characters and prevented checkout on those systems.
@ymc-dabe
Copy link
Contributor

@phazei May you close the other pull requests? I kind of find it hard now to get the best one - thinks this one here, is.
An other suggestion: Taking a look to msdn it really is * and ? what windows does not allow. A valid name with regex special chars under windows thus would be: r+e.g-e$x[c]a(r)s
And you might want to update this PR with the nice PR template.

@fabpot
Copy link
Member
fabpot commented Sep 23, 2014

Thank you @phazei.

@fabpot fabpot merged commit 5fbb278 into symfony:2.3 Sep 23, 2014
fabpot added a commit that referenced this pull request Sep 23, 2014
…lder name in test to prevent windows file system issues. (Adam)

This PR was merged into the 2.3 branch.

Discussion
----------

[Finder][Urgent] Remove asterisk and question mark from folder name in test to prevent windows file system issues.

Bugfix: Yes
Fixed tickets: #11984 , #11985
Related tickets: #11970

Commit #11970 prevented Symphony from being checked out via windows due to invalid characters in a folder name within the tests.

The issue was reported in #11984  and was attempted to be fixed in #11985 but wasn't due to still including the question mark.

Please accept this ASAP as it entirely breaks any composer that relies on it.

Commits
-------

5fbb278 Avoid question mark and asterisk in folder names to prevent windows filesystem issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0