-
Notifications
You must be signed in to change notification settings - Fork 93
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
Allow Symfony 7 #502
Allow Symfony 7 #502
Conversation
Thank you for this PR! Test failures look related, could you rebuild with the latest changes in master branch, I started using Composer v2 in #503 - hopefully it will fix most fails |
OK, I rebase with master - now seems failures are related to this PR |
Hi, how this PR looks? When wil it be done please? Thanks ;) |
The problem is that this bundle depends on other bundles that do not have Symfony 7 support yet, e.g:
So to make this bundle trully support Symfony 7 - we need to add Symfony 7 support to the bundles mentioned above first, make releases for them, and finally merge this PR if tests pass. I tried to quickly allow Symfony 7 support in those bundles, but as you can see tests failed there. Unfortunately, I don't have time yet to fix them, if anyone wants to be a volunteer to help fixing tests in those packages - please, let me know... or just create a new PR with proper fixes. As soon as we're green - I will be happy to review / merge and move it forward. |
Hello. What is the current status? |
@byhaskell php-translation/extractor#172 (comment) currently the part where this is stuck. |
What about a dropping the extractor and using Symfony's I've haven't checked what the extractor is doing, but it sounds that those two are doing similar things. |
If I am not mistaken, this PR can be updated now that the other components support 7+ |
…to patch-6 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
I updated this PR with the latest changes in master, but seems we need more work here because some tests fail @andreybolonin could you take a look? |
Hm, IIRC that |
Confirmed: Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php#L50 The class documentation explicitly mentions that the provided functions and filters should only be used in development environments though and never in production. Is the offending template in question something one would only use in a development environment? |
Are you talking about WebUI/show.html.twig? That should be used in dev/test only I think |
Can you please resolve this issue? |
Is closing this topic some message that there wont be any updates to symfony 7 ? Or maybe is it already done? ;) |
Closes #501