Skip to content
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

[DI] Fix bad exception on uninitialized references to non-shared services #27364

Merged
merged 1 commit into from
May 25, 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 #27360
License MIT
Doc PR -

This restriction is unneeded complexity that prevents legit use cases (see linked issue #27360).

@curry684
Copy link
Contributor

Seems fine to me 👍 I'll rerun the offending tests to confirm when it's merged.

@nicolas-grekas nicolas-grekas merged commit 8bba68f into symfony:3.4 May 25, 2018
nicolas-grekas added a commit that referenced this pull request May 25, 2018
…shared services (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[DI] Fix bad exception on uninitialized references to non-shared services

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #27360
| License       | MIT
| Doc PR        | -

This restriction is unneeded complexity that prevents legit use cases (see linked issue #27360).

Commits
-------

8bba68f [DI] Fix bad exception on uninitialized references to non-shared services
This was referenced May 25, 2018
@nicolas-grekas nicolas-grekas deleted the fwb-non-shared-private branch May 25, 2018 15:27
@fabpot fabpot mentioned this pull request May 26, 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.

None yet

6 participants