You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: