Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarDumper] Use ClassStub for reflected types#19987
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
jakzal commentedSep 20, 2016
It doesn't seem to fix theSecurityBundle tests (should it?). |
nicolas-grekas commentedSep 20, 2016 • 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.
@jakzal this is because of per-component tests: the patch here is not used on the SecurityBundle test suite because SecurityBundle is untouched by the PR. This a corner case. But as far as I tested correctly on my machine, it will make tests green yes. |
nicolas-grekas commentedSep 20, 2016
Oh, and the PR that should fix tests is#19986, not this one :) |
fabpot commentedSep 21, 2016
Thank you@nicolas-grekas. |
…-grekas)This PR was merged into the 3.2-dev branch.Discussion----------[VarDumper] Use ClassStub for reflected types| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -The implementation ensures that type hints do not trigger autoloading by `ClassStub` itself.Commits-------e2b2c9b [VarDumper] Use ClassStub for reflected types
Uh oh!
There was an error while loading.Please reload this page.
The implementation ensures that type hints do not trigger autoloading by
ClassStubitself.