-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Fix the autocomplete function for the self
keyword.
#86341
Conversation
After implementing this pull request and compiling the 4.2.1 source code, it still fails to treat Singletons properly. |
CC. @dalexeev @anvilfolk |
I didn't find any problems with singleton. Everything seems to be working. Describe in more detail what it is @am45-001 . |
@Vilcrow , after taking another look, I seem to have been mistaken about singletons, and RenderingServer in particular. |
As stated on the original issue, I don't quite understand the reason for the |
I also don't understand how this could ever be In any case, even if the |
79b48dd
to
c8fc824
Compare
Initially, this code snippet was entered elsewhere(see #72789), where the |
Thanks! |
self
keyword.
Cherry-picked for 4.2.2. |
Fixes #85833
UPD:
I will try to fix the bug with singleton in the coming days. While I'm converting the PR into a draft.there is no bug with singleton.