-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
repl completion shows qualification warning inline #55612
Comments
Will be fixed by the full binding partition PR, since this will no longer by a binding resolution point. |
Will that be backported to 1.11? |
No |
Ok. We need a solution for 1.11 then. Disable the check if in tab completion mode? Would that be possible? |
It's not easy, because the warning is being emitted from deep in the binding resolution code as soon as someone asks the question about the binding. |
I looked into fixing this by disallowing anything to print to stdout/stderr during calls to Seems to be specific to devnull #55958 |
#55959 was reverted. This is fixed by removing the c warning, and on 1.11 by additionally backporting the improved hints. |
i.e. typing
download(
will cause the warning to print.The text was updated successfully, but these errors were encountered: