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

[Stopwatch] Fix missing deprecations #32428

Merged
merged 1 commit into from
Jul 8, 2019
Merged

[Stopwatch] Fix missing deprecations #32428

merged 1 commit into from
Jul 8, 2019

Conversation

yceruto
Copy link
Member

@yceruto yceruto commented Jul 8, 2019

Q A
Branch? 4.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR no needed

Fix #32408

@fabpot
Copy link
Member

fabpot commented Jul 8, 2019

Thank you @yceruto.

@fabpot fabpot merged commit 527bf89 into symfony:4.4 Jul 8, 2019
fabpot added a commit that referenced this pull request Jul 8, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

[Stopwatch] Fix missing deprecations

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | no needed

Fix #32408

Commits
-------

527bf89 Fix missing deprecations
@yceruto yceruto deleted the fix_32408 branch July 8, 2019 13:08
@@ -82,7 +82,7 @@ public function get($id)
*/
public function open($id)
{
if (null === $session = $this->get($id)) {
if (null === $id || null === $session = $this->get($id)) {
Copy link
Member

Choose a reason for hiding this comment

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

I'm reverting this change, it's a BC break caught by the test suite.

Copy link
Member

Choose a reason for hiding this comment

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

hmm ok, see #32494

nicolas-grekas added a commit that referenced this pull request Jul 11, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

[HttpKernel] fix tests

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This part of #32428 is for 3.4

Commits
-------

6eee2a8 [HttpKernel] fix tests
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants