-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[VarDumper] Add parameter type declarations #33153
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
[VarDumper] Add parameter type declarations #33153
Conversation
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #32179 |
License | MIT |
Doc PR | N/A |
16e1f9b
to
74d5b63
Compare
Some changes here are for 3.4, here you are: #33179 |
This PR was merged into the 3.4 branch. Discussion ---------- [VarDumper] fix annotations | 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 | - Found in #33153 Commits ------- 82f4766 [VarDumper] fix annotations
Thanks for the help, @nicolas-grekas. Can you please merge your changes upwards, so I can resolve the conflicts? |
166bb46
to
e9b9035
Compare
Looks like Console fails with the change, something related to disabling colors? |
More backports: #33182. |
But only on AppVeyor, right? The test in question is green on my Mac. 😕 |
e9b9035
to
2588c7d
Compare
2588c7d
to
9e6512b
Compare
Thank you @derrabus. |
This PR was merged into the 5.0-dev branch. Discussion ---------- [VarDumper] Add parameter type declarations | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | N/A Commits ------- 9e6512b [VarDumper] Add parameter type declarations.
This PR was merged into the 4.3 branch. Discussion ---------- [Console] Fix incomplete output mock | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Backport from #33153. Merging this up should fix the broken tests on 4.4 and master. Commits ------- 6ecbcf6 [Console] Fix incomplete output mock.
This PR was merged into the 4.4 branch. Discussion ---------- [VarDumper] Add types to private methods | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | N/A backport from #33153 Commits ------- 065acc8 [VarDumper] Add types to private methods.