Skip to content
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

Do follow-up requests on incomplete type responses #1666

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 21, 2023

  1. Do follow-up requests on incomplete type responses

    When Cyclone issues a type lookup request for a type T and all its
    dependencies, it necessarily includes only those dependencies that is
    aware of.  The types learnt from the response may themselves introduce
    unknown dependencies.
    
    That means that wait_for_type_resolved_impl_locked may have to issue
    follow-up requests.
    
    Signed-off-by: Erik Boasson <[email protected]>
    eboasson committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    82e4d1f View commit details
    Browse the repository at this point in the history