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

[DI] fix dumping inline services again#28760

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
nicolas-grekas merged 1 commit intosymfony:3.4fromnicolas-grekas:di-fix-inline34
Oct 10, 2018

Conversation

@nicolas-grekas
Copy link
Member

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

The main fix is inPhpDumper::addInlineService()
Fixes a few other glitches found meanwhile.


$b->foo = $instance;

$a->bar = $b;
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't we set this property earlier, to have the property set at the time ofnew \App\Foo($a) ?

Copy link
MemberAuthor

@nicolas-grekasnicolas-grekasOct 9, 2018
edited
Loading

Choose a reason for hiding this comment

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

It's important to set deps as late as possible, so that the consumer see them as populated as possible. The reason is that code usually expect it this way. The typical exemple is doctrine's configuration object, which must be fully defined before injection, so that consumers can use it immediately.

@nicolas-grekasnicolas-grekas merged commita854b0a intosymfony:3.4Oct 10, 2018
nicolas-grekas added a commit that referenced this pull requestOct 10, 2018
This PR was merged into the 3.4 branch.Discussion----------[DI] fix dumping inline services again| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#28720#28710| License       | MIT| Doc PR        | -The main fix is in `PhpDumper::addInlineService()`Fixes a few other glitches found meanwhile.Commits-------a854b0a [DI] fix dumping inline services again
@nicolas-grekasnicolas-grekas deleted the di-fix-inline34 branchOctober 10, 2018 13:42
This was referencedNov 3, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@stofstofstof left review comments

Assignees

No one assigned

Projects

None yet

Milestone

3.4

Development

Successfully merging this pull request may close these issues.

3 participants

@nicolas-grekas@stof@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp