[DX] Make tracy debug functions part of dev-only, so developers can use own debug style#2848
[DX] Make tracy debug functions part of dev-only, so developers can use own debug style#2848TomasVotruba merged 1 commit intomainfrom
Conversation
5dac737 to
0adc728
Compare
| "Rector\\Utils\\": "utils" | ||
| }, | ||
| "files": [ | ||
| "src/functions/node_helper.php", |
There was a problem hiding this comment.
src/functions can be removed from downgrade workflow
There was a problem hiding this comment.
Done in main 👍 Thanks 🙂
There was a problem hiding this comment.
vendor/symfony/string/Resources/functions.php is needed to executed early
|
@TomasVotruba I think in our |
|
Yes, you can the tracy there if/when you need it. |
|
To avoid repetitive create a |
|
That could a way to go 👍 |
|
Ok, I create a repository for it https://github.com/rectorphp/rector-debugging |
|
I create init repo PR for it https://github.com/rectorphp/rector-debugging/pull/1 |

These functions should never be used as public API, as Tracy should not be enforced.
Each dev should is able to use their own functions and ways they're used to - Symfony debug, xdebug, Ray etc. 👍