Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DI] Fix Preloader exception when preloading a class with an unknown parent/interface#38713
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedOct 25, 2020
Did you check if this problem exists on 4.4 as well? If yes, we need to fix it there. |
rgeraads commentedOct 25, 2020
derrabus left a comment
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.
The change looks correct to me. Just some remarks on the test setup.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/DummyWithInterface.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
derrabus commentedOct 25, 2020
Can you rebase your changes on 4.4 then? If not, that's okay as well. I can do that while merging. |
derrabus commentedOct 25, 2020
Oh, and thank you very much for your PR, of course. 😃 |
7059fae to173fa68Comparergeraads commentedOct 25, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I rebased it now. Will you port the fix to 5.1 then? |
derrabus commentedOct 25, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The branches are merged periodically. Changes merged to the 4.4 branch will also be shipped with the next 5.1 release. |
173fa68 tob6ae485Comparenicolas-grekas commentedOct 27, 2020
Thank you@rgeraads. |
Uh oh!
There was an error while loading.Please reload this page.
Fixes Preloader exception when preloading a class with an unknown parent/interface.