-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Runtime] Fix property must not be accessed before initialization on SymfonyRuntime #51111
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
[Runtime] Fix property must not be accessed before initialization on SymfonyRuntime #51111
Conversation
Thank you @l-vo. |
Awesome - thanks @l-vo, this indeed addresses and fixes the #51068 (comment) |
@nicolas-grekas any chance of pushing this to https://github.com/symfony/runtime/tree/6.4 because at the moment 6.4-dev runtime is broken because of this one
|
We have an issue with the splitter, it should be fixed in the very next days if not hours. |
ah no worries - sorry to hear that. Absolutely no pressure from me!
It's only small amounts but Im sure they add up somehow. |
We're having trouble with our subtree splitter at the moment. Bear with us. |
Absolutely! There is no pressure from me at all - thanks for letting me know though. I have manually worked around this bug this week, and will continue to all weekend :) no pressure this end, and now I know the reason it was not split. :) |
The splitter has now catch up. |
Introduced by #51068, see #51068 (comment)