Skip to content

Drop deprecated code from Bundles & Bridges#14127

Closed
stloyd wants to merge 1 commit into
symfony:masterfrom
stloyd:feature/drop_depr
Closed

Drop deprecated code from Bundles & Bridges#14127
stloyd wants to merge 1 commit into
symfony:masterfrom
stloyd:feature/drop_depr

Conversation

@stloyd

@stloyd stloyd commented Mar 31, 2015

Copy link
Copy Markdown
Contributor
Q A
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
License MIT

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use private vibility please (and this should be submitted separately as a bugfix as it should not go only in master)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was already done #14128.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then it should not appear in this diff

@stloyd stloyd force-pushed the feature/drop_depr branch 5 times, most recently from e17700b to a0e3da6 Compare March 31, 2015 13:24

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requestStack property can't be null so no need to check if it's set.

Same goes for SessionHelper

@stof

stof commented Apr 1, 2015

Copy link
Copy Markdown
Member

@fabpot @nicolas-grekas how are we dealing with these removal PRs which are starting to come ? Are we letting @stloyd make a bug PR here, or are we dealing with many smaller PRs ?

@stloyd stloyd force-pushed the feature/drop_depr branch from 67903e7 to f99d0f6 Compare April 2, 2015 07:30
@stloyd stloyd changed the title [WIP] Drop deprecated code from Bundles & Bridges Drop deprecated code from Bundles & Bridges Apr 2, 2015
@fabpot

fabpot commented Apr 3, 2015

Copy link
Copy Markdown
Member

Less PRs about this topic, the better. If we can centralize everything in one PR, that would be even better.

@nicolas-grekas

Copy link
Copy Markdown
Member

The hardest part will be keeping tests green on both 3.0 and 2.7 by not forgetting to update composer dependencies. See an example of this in #14216

@dosten

dosten commented May 17, 2015

Copy link
Copy Markdown
Contributor

Can you rebase?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request::getSession says @return SessionInterface|null so this is not save to be called.

@fabpot

fabpot commented Aug 1, 2015

Copy link
Copy Markdown
Member

Closing this old PR which is now obsolete and does too many things.

@fabpot fabpot closed this Aug 1, 2015
@dosten

dosten commented Aug 1, 2015

Copy link
Copy Markdown
Contributor

@fabpot What is the way to go with the removal of deprecated features? Small PRs for each bundle/component/bridge? I'm asking because this is the oposite of what did you say in a previous comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants