-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update to Symfony 5.2 #1163
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
Update to Symfony 5.2 #1163
Conversation
have you checked where the new deprecation comes from ? |
@stof yes ... it's from Symfony's Twig Loader pass ... but I was going to fix it and couldn't, because apparently it's been fixed since the beta release: |
this might indicate missing tests in Symfony, as the testsuite should forbid deprecations... |
@stof @nicolas-grekas after upgrading to Symfony 5.2 beta3 I can still see that deprecation. Is this something to be fixed upstream in Symfony? Thanks! Details: |
8e56e38
to
31b5af5
Compare
I've just updated to 5.2 RC1. I don't see any issues or deprecations ... and the application feels super lightweight and responsive. |
I've updated to 5.2 RC2. These are the reported deprecations:
|
f22a9d9
to
718131f
Compare
No description provided.