Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DependencyInjection] added Ability to define a priority method for tagged service#33628
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
lyrixx commentedSep 18, 2019
| Q | A |
|---|---|
| Branch? | 4.4 |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Tickets | Fix#32976 |
| License | MIT |
| Doc PR |
3f70b43 tob82dcb5Comparesrc/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
b82dcb5 tobf6d037Comparelyrixx commentedSep 18, 2019
I added much more tests :D |
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTagClass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
d102fa3 to20b8761Comparesrc/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
db5f9fb to5dac5c0Comparesrc/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
5dac5c0 to792a7eaCompare
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
(failure unrelated)
792a7ea to50ead19Compare...mfony/Component/DependencyInjection/Tests/Compiler/ResolveTaggedIteratorArgumentPassTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
lyrixx commentedSep 27, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
No more failures 💚 |
lyrixx commentedOct 1, 2019
@nicolas-grekas Let's merge it? |
yceruto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Definitely a needed feature, thank you!
( I left a nitpicking comment :) )
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedOct 2, 2019
Thank you@lyrixx. |
…ty method for tagged service (lyrixx)This PR was merged into the 4.4 branch.Discussion----------[DependencyInjection] added Ability to define a priority method for tagged service| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets |Fix#32976| License | MIT| Doc PR |Commits-------c1917c2 [DependencyInjection] added Ability to define a priority method for tagged service