Skip to content

[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 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
Oct 10, 2018

Conversation

nicolas-grekas
Copy link
Member

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.


$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 of new \App\Foo($a) ?

Copy link
Member Author

@nicolas-grekas nicolas-grekas Oct 9, 2018

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-grekas nicolas-grekas merged commit a854b0a into symfony:3.4 Oct 10, 2018
nicolas-grekas added a commit that referenced this pull request Oct 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-grekas nicolas-grekas deleted the di-fix-inline34 branch October 10, 2018 13:42
This was referenced Nov 3, 2018
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.

3 participants