-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
The root cause of #1192
Currently, stub type exists only in the precompiler and it is not linked with the module system. You can use a stub type in define-cproc while the current module is A, but the actual type can be defined in module B and not visible from A.
It hasn't been a big issue since most of the time stub type is used in a module where their actual type is visible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels