-
Notifications
You must be signed in to change notification settings - Fork 179
fix: Make getTraceMeta() function public. #628
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
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.
On hold until #627 is sorted out.
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.
Fix is fine, can you add a changelog entry?
Are we really sure that this is not a bug in Twig itself? I mean, it worked fine until now, and suddenly a minor version is released and it breaks everything: it's weird... |
It seems related to twigphp/Twig#3702 We can try to report it as it is to see if they want to fix it or not. |
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.
Stof suggested to us to switch to the more direct public
method way (so with [$this, 'methodName]
) since it would be more performant under Twig: twigphp/Twig#3703 (comment)
PR updated with the direct method call. Do I need to rebase? |
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.
No rebase needed, it's fine! 👍
Fixes #627