Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Config] Fallback to regular import when glob fails#22940

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:masterfromnicolas-grekas:glob-fix
May 29, 2017

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?3.3
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#22938
LicenseMIT
Doc PR-

Fixes a BC break as reported in linked issue.

ro0NL, lchrusciel, and alcaeus reacted with thumbs up emoji
}else {
foreach ($this->glob($resource,false,$_,$ignoreErrors)as$path =>$info) {
++$ct;
if (is_string($resource) &&false !==strpbrk($resource,'*?{[')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

(...) || $type === 'glob' right?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

not sure it would change anything, so not to me

ro0NL reacted with thumbs up emoji
@fabpot
Copy link
Member

Thank you@nicolas-grekas.

@fabpotfabpot merged commit29802a2 intosymfony:masterMay 29, 2017
fabpot added a commit that referenced this pull requestMay 29, 2017
…as-grekas)This PR was merged into the 4.0-dev branch.Discussion----------[Config] Fallback to regular import when glob fails| Q             | A| ------------- | ---| Branch?       | 3.3| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#22938| License       | MIT| Doc PR        | -Fixes a BC break as reported in linked issue.Commits-------29802a2 [Config] Fallback to regular import when glob fails
@fabpot
Copy link
Member

Thank you@nicolas-grekas.

fabpot added a commit that referenced this pull requestMay 29, 2017
…as-grekas)This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes#22940).Discussion----------[Config] Fallback to regular import when glob fails| Q             | A| ------------- | ---| Branch?       | 3.3| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#22938| License       | MIT| Doc PR        | -Fixes a BC break as reported in linked issue.Commits-------7b4066e [Config] Fallback to regular import when glob fails
@fabpotfabpot mentioned this pull requestMay 29, 2017
@Majkl578
Copy link
Contributor

Majkl578 commentedMay 29, 2017
edited
Loading

This has broken my app while upgrading from 3.3.0-RC1 to 3.3.0. 😞

Symfony\Component\Config\Exception\FileLoaderLoadException:Cannot load resource "[...]/etc/routing.{php,yaml}"

Kernel::configureRoutes() +- same as inthe Flex recipe,etc/routing.yaml doesn't exist.

@nicolas-grekas
Copy link
MemberAuthor

Please open an issue with a description of the conditions + reproducer if possible

@nicolas-grekasnicolas-grekas deleted the glob-fix branchMay 29, 2017 22:08
@Majkl578
Copy link
Contributor

Here you go:#22950

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

2 more reviewers

@ro0NLro0NLro0NL left review comments

@SimperfitSimperfitSimperfit approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

3.3

Development

Successfully merging this pull request may close these issues.

6 participants

@nicolas-grekas@fabpot@Majkl578@ro0NL@Simperfit@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp