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
Probably the issue of order of initializaiton. If we use descriptive types e.g. (assume-type arg (</> <symbol> <string>)) in a built-in precompiled procedure, initialization fails with this:
*** ERROR: ctor is supposed to be of type <type-constructor-meta>, but got #<unbound>
The text was updated successfully, but these errors were encountered:
shirok
changed the title
Initialization failes if descritive type instance is precompiled
Initialization fails if descritive type instance is precompiled
May 7, 2024
shirok
changed the title
Initialization fails if descritive type instance is precompiled
Initialization fails if descriptive type instance is precompiled
Jun 12, 2024
Probably the issue of order of initializaiton. If we use descriptive types e.g.
(assume-type arg (</> <symbol> <string>))
in a built-in precompiled procedure, initialization fails with this:The text was updated successfully, but these errors were encountered: