-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
[hxb] Reader: lazy type restoring #11873
Conversation
One concern might be that the lazies are not resolved before the end of typing. While they should eventually be handled by some In the real typer we use this |
We surely don't want it to be resolved unless really needed during display requests, so that would need to be handled only for full typing (which would bring back some kind of |
Yes I'm talking about non-display requests, that's why I mention filtering and generators. What I don't like about |
Try reducing the amount of modules restored during display requests
2273a4b
to
42c569b
Compare
Extracted from #11866