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 bind-test.lisp, bind fails in that arbitrary symbols don't seem be bind well with structs.
I tested this with (should-test:test :package (find-package :rtl)).
The error message:
When attempting to read the slot's value (slot-value), the slot RUTILS.BIND::J is missing from the object #S(DUMMY-STRUCT-FOR-BIND :I 8 :J 9). It has a slot RUTILS.TEST::J, while RUTILS.BIND::J is requested.
In
bind-test.lisp
,bind
fails in that arbitrary symbols don't seem be bind well with structs.I tested this with
(should-test:test :package (find-package :rtl))
.The error message:
The root cause may be the same as #77
The text was updated successfully, but these errors were encountered: