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

[DependencyInjection] Container logging for compiler passes #867

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

robfrawley
Copy link
Collaborator

@robfrawley robfrawley commented Jan 31, 2017

Q A
Branch? 1.0
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

Container build logging for all compiler passes, including support for Symfony 3.3's new log method (ContainerBuilder::log()). This would be much nicer as a trait, but due to our PHP 5.3 requirement, this is not an option; as such, an abstract class is used. :-(

@lsmith77 lsmith77 added the State: Reviewing This item is being reviewed to determine if it should be accepted. label Jan 31, 2017
@robfrawley robfrawley added this to the 1.7.2 milestone Jan 31, 2017
@robfrawley robfrawley self-assigned this Jan 31, 2017
@robfrawley robfrawley added Level: New Feature 🆕 This item involves the introduction of new functionality. State: Confirmed This item has been confirmed by maintainers as legitimate. and removed State: Reviewing This item is being reviewed to determine if it should be accepted. labels Jan 31, 2017
@robfrawley robfrawley changed the title Container logging for compiler passes [DependencyInjection] Container logging for compiler passes Jan 31, 2017
@robfrawley robfrawley force-pushed the bug-symfony-3.3-container-log branch from 86329e3 to 77f1c1d Compare February 1, 2017 19:06
@robfrawley robfrawley force-pushed the bug-symfony-3.3-container-log branch from 77f1c1d to 4a6042f Compare February 1, 2017 19:13
@robfrawley robfrawley merged commit b3be8fd into liip:1.0 Feb 1, 2017
@lsmith77 lsmith77 removed the State: Confirmed This item has been confirmed by maintainers as legitimate. label Feb 1, 2017
@robfrawley robfrawley mentioned this pull request Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Level: New Feature 🆕 This item involves the introduction of new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants