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
The value
#<ENV {1002EDB663}>
is not of type
(OR SB-C::ABSTRACT-LEXENV NULL)
when binding SB-KERNEL::ENVIRONMENT
from the call to cl:subtypep in specifier->ltype. Similarly, object-ltype passes the cleavir environment to cl:typep.
As a temporary workaround I seem to get reasonable results if I don't pass the environment to the CL functions, though I assume that won't work for real code (leaking float types from host system if nothing else). I couldn't find anything that looked like a 'correct' solution though.
The text was updated successfully, but these errors were encountered:
possibly not using things correctly yet, but with following code:
I get a type error :
from the call to
cl:subtypep
inspecifier->ltype
. Similarly,object-ltype
passes the cleavir environment tocl:typep
.As a temporary workaround I seem to get reasonable results if I don't pass the environment to the CL functions, though I assume that won't work for real code (leaking float types from host system if nothing else). I couldn't find anything that looked like a 'correct' solution though.
The text was updated successfully, but these errors were encountered: