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
In terms of fixing #55, won't it be better in the long-term to get rid of the local functions and wrap the real SAFE-CAR in an EVAL-ALWAYS? The fewer local functions we have, the fewer places for bugs like that to hide in.
See #55
serapeum/defining-types.lisp
Line 79 in 3e327de
This is equivalent to
ALEXANDRIA:ENSURE-CAR
.This local function's name is also a bad misnomer, since
SERAPEUM:CAR-SAFE
explicitly does something else thanALEXANDRIA:ENSURE-CAR
in the atom case.The text was updated successfully, but these errors were encountered: