Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smart-slot-value fails #77

Open
jcguu95 opened this issue Apr 30, 2024 · 0 comments
Open

smart-slot-value fails #77

jcguu95 opened this issue Apr 30, 2024 · 0 comments

Comments

@jcguu95
Copy link

jcguu95 commented Apr 30, 2024

In generic-test.lisp, smart-slot-value fails in that it doesn't disregard the package of the slot name.

  (should be true (smart-slot-value (rtl::make-foo :bar t) 'bar))

The error message:

When attempting to read the slot's value (slot-value), the slot BAR is missing from the object #S(RTL::FOO :BAR T). It has a slot RTL::BAR, while RUTILS.TEST::BAR is requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant