-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[VarDumper] Use Unicode Control Pictures #12411
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
Conversation
I added a not directly related commit to this: |
The effect of this change (see symfony/symfony-standard#732 also) is that if an application has a call to |
a36a707
to
2516118
Compare
👍 |
5b20399
to
fa4c084
Compare
Thank you @nicolas-grekas. |
This PR was merged into the 2.6-dev branch. Discussion ---------- remove inline dump() declaration | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT | Doc PR | ~ Replaced by symfony/symfony#12411 Commits ------- 532ccaf remove inline dump() declaration
This PR was merged into the 2.6-dev branch. Discussion ---------- [VarDumper] Use Unicode Control Pictures | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - I wasn't satisfied with how control chars where dumped, until I found the [Unicode Control Pictures](http://www.unicode.org/charts/PDF/U2400.pdf). This PR takes advantage of them:  Commits ------- 6258ae8 [DebugBundle] remove README.md 50021bd [Debug] No gc_collect_cycles(), it's costly and can segfault b592e90 [VarDumper] inline dump() function loading cd076e4 [VarDumper] Use Unicode Control Pictures
I wasn't satisfied with how control chars where dumped, until I found the Unicode Control Pictures.
This PR takes advantage of them: