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

User-defined type handling during precompiling extensions #992

Open
shirok opened this issue Mar 1, 2024 · 0 comments
Open

User-defined type handling during precompiling extensions #992

shirok opened this issue Mar 1, 2024 · 0 comments

Comments

@shirok
Copy link
Owner

shirok commented Mar 1, 2024

Extensions may define its own types in C code. Type annotations need to be evaluated by the compiler, but the referenced type instance may not be available at that time (you need to load the compiled DSO to see the type instance).

We should allow delayed binding of type isntances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant