Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Workflow] Move code from ValidateWorkflowsPass to the FrameworkExtension#29457
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
src/Symfony/Component/Workflow/DependencyInjection/ValidateWorkflowsPass.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
378c4f9 to7c4afd4Comparestof commentedDec 7, 2018
The compiler pass should be deprecated, not removed. It don't think making such BC break is actually worth it compared to the deprecation path. |
lyrixx commentedDec 7, 2018 • 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.
Okay, Il will deprecate it. |
lyrixx commentedMar 12, 2019
Hi. I rebased and finished this PR. I put back the ValidateWorkflowsPass but I deprecate it. |
lyrixx commentedMar 12, 2019
…rameworkExtension (lyrixx)This PR was merged into the 4.3-dev branch.Discussion----------[Workflow] Move code from ValidateWorkflowsPass to the FrameworkExtension| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |---Just some cleaning. See#29146 (comment)Commits-------a608797 [Workflow] Move code from ValidateWorkflowsPass to the FrameworkExtension
Just some cleaning. See
#29146 (comment)