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] Fix dumping twig templates found in exceptions#43655
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
Uh oh!
There was an error while loading.Please reload this page.
event15 commentedOct 22, 2021 • 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.
I noticed that appveyor reports a mismatch between I don't quite understand the problem with failing tests on version 7.4 high-deps. There is a suggestion in the documentation that it may be BC. On the other hand, I see that merged PRs are also failing this steps (for example:https://github.com/symfony/symfony/actions/runs/1367057090 was merged) - so I don't know what it depends on. |
Cannot instantiate abstract class on (...) in `Exce…
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks, the fix LGTM.
Here are some comments for the tests.
src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
4799586 to0229e5cComparenicolas-grekas commentedOct 25, 2021
Thank you@event15 |
event15 commentedOct 25, 2021
@nicolas-grekas great! Thanks so much for your patience and help. |
Fix for
Cannot instantiate abstract class on (...)inExceptionCasterin VarDumper.In this issue#27921@nicolas-grekas said that this affects very old versions - even 2.8. I created a branch from 4.4 according to the CONTRIBBUTING guide.