-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Change priority of AddConsoleCommandPass to TYPE_BEFORE_REMOVING #27272
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
[FrameworkBundle] Change priority of AddConsoleCommandPass to TYPE_BEFORE_REMOVING #27272
Conversation
Oh... Tests failed in 4.0 branch 😟 |
That's for branch 3.4 I suppose, the bug is there also, isn't it? |
d822599
to
b2e755e
Compare
b2e755e
to
7e5fbce
Compare
@chalasr you've renamed PR. Should I change commit description? |
@upyx you can, but not a requirement (the rest of the message is precise enough to not care). The reasoning behind the title change is that this change impacts FrameworkBundle only, and we use the title PR as merge commit message. |
7e5fbce
to
ea5ac6a
Compare
I've rebased commit on head of 3.4. Tests was broken by merging 2.8 into 3.4. |
ea5ac6a
to
fc9e10c
Compare
fc9e10c
to
e360995
Compare
Thank you @upyx. |
… to TYPE_BEFORE_REMOVING (upyx) This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] Change priority of AddConsoleCommandPass to TYPE_BEFORE_REMOVING | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27259 | License | MIT | Doc PR | no Hello! There is fix for #27259 issue. It changes priority of `AddConsoleCommandPass` to `TYPE_BEFORE_REMOVING` as @chalasr advised. I'm not sure about side effects by that. Commits ------- e360995 [FrameworkBundle] Change priority of AddConsoleCommandPass to TYPE_BEFORE_REMOVING
…(see #1590) Description ----------- The changes in symfony/symfony#27272 broke our support for doctrine migrations support. Commits ------- 5e972d9 Fixed DoctrineMigrationsPass not working with latest Symfony 3.4+ changes anymore
…nymore (see #1590) Description ----------- The changes in symfony/symfony#27272 broke our support for doctrine migrations support. Commits ------- 5e972d96 Fixed DoctrineMigrationsPass not working with latest Symfony 3.4+ changes anymore
Hello!
There is fix for #27259 issue. It changes priority of
AddConsoleCommandPass
toTYPE_BEFORE_REMOVING
as @chalasr advised. I'm not sure about side effects by that.