-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Debug] Remove false-positive check in DebugClassLoader #23989
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
Do we know what kind of edge cases are triggering this ? The exception in case of mistake in the class name or the namespace was actually useful to me. It would be great to know what triggers this edge case |
Just found why, I'm going to update the PR asap. |
92a71f3
to
a7a8dae
Compare
a7a8dae
to
466da3f
Compare
now with a test case |
I can confirm it fixes my issue! Thanks! By the way: What is the best/easiest way to test a symfony pr in an existing project, when not using symfony/symfony (because of flex)? |
Thank you @nicolas-grekas. |
…icolas-grekas) This PR was merged into the 2.7 branch. Discussion ---------- [Debug] Remove false-positive check in DebugClassLoader | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23977 | License | MIT | Doc PR | - In some edge case situations, DebugClassLoader generates false-positives (see linked issue, ping @gharlan). Commits ------- 466da3f [Debug] Remove false-positive check in DebugClassLoader
In some edge case situations, DebugClassLoader generates false-positives (see linked issue, ping @gharlan).