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

Appearance settings

[FrameworkBundle] Throw for missing container extensions #17486

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

Closed
wants to merge 1 commit into from

Conversation

kix
Copy link
Contributor

@kix kix commented Jan 21, 2016

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets none
License MIT
Doc PR none

This covers the case when an existing bundle does not have an extension, and its config is dumped. Before, calling app/console config:dump on such bundle lead to FatalErrorException with Call to a member function getAlias() on null, now we process such cases and throw an exception with some explanatory text.

This covers cases when a bundle does not have an extension, which
lead to FatalErrorException with ```Call to a member function getAlias() on null```
@linaori
Copy link
Contributor

linaori commented Jan 22, 2016

Looks good to me 👍

@fabpot
Copy link
Member

fabpot commented Jan 25, 2016

Thank you @kix.

fabpot added a commit that referenced this pull request Jan 25, 2016
…kix)

This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #17486).

Discussion
----------

[FrameworkBundle] Throw for missing container extensions

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

This covers the case when an existing bundle does not have an extension, and its config is dumped. Before, calling `app/console config:dump` on such bundle lead to FatalErrorException with ```Call to a member function getAlias() on null```, now we process such cases and throw an exception with some explanatory text.

Commits
-------

884368e Throw for missing container extensions
@fabpot fabpot closed this Jan 25, 2016
@kix
Copy link
Contributor Author

kix commented Jan 25, 2016

Thanks for the merge!

@fabpot fabpot mentioned this pull request Feb 3, 2016
This was referenced Feb 28, 2016
@kix kix deleted the check-for-container-extension branch March 3, 2016 09:11
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.

4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.