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

[DependencyInjection] Fix fetching lazy non-shared services multiple times with as filestrue#50996

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

Conversation

@HypeMC
Copy link
Member

QA
Branch?6.3
Bug fix?yes
New feature?no
Deprecations?no
TicketsFix#50975
LicenseMIT
Doc PR-

Followup to#50985, fixes case whenas_files istrue.

This particular problem exists only on v6.3 and was introduced in#48469.

@carsonbotcarsonbot added this to the6.3 milestoneJul 16, 2023
@HypeMCHypeMCforce-pushed thefix-fetching-of-lazy-non-shared-services-2 branch 2 times, most recently from213940b toa12184cCompareJuly 16, 2023 22:02
@HypeMCHypeMCforce-pushed thefix-fetching-of-lazy-non-shared-services-2 branch froma12184c tocb434a4CompareJuly 16, 2023 22:21
Comment on lines -775 to +757
->register('foo',Foo::class)
->register('foo',\Bar\FooLazyClass::class)
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

A minor mistake I made in my original PR, doesn't really change anything, but it makes the test a bit more consistent.

nicolas-grekas reacted with thumbs up emoji
Comment on lines +814 to +817
$lastDump =array_pop($dumps);
foreach (array_reverse($dumps)as$dump) {
eval('?>'.$dump);
}
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Is there a better way to do this?

Choose a reason for hiding this comment

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

Nah, that's fine

HypeMC reacted with thumbs up emoji
@nicolas-grekas
Copy link
Member

Thank you@HypeMC.

@nicolas-grekasnicolas-grekas merged commit0479bd1 intosymfony:6.3Jul 19, 2023
@HypeMCHypeMC deleted the fix-fetching-of-lazy-non-shared-services-2 branchJuly 19, 2023 19:23
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas left review comments

Assignees

No one assigned

Projects

None yet

Milestone

6.3

Development

Successfully merging this pull request may close these issues.

3 participants

@HypeMC@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp