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

Manifest was depending on undefined behavior #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

drmeister
Copy link

(find-class x) where x isn't a symbol is undefined behavior.
It broke manifest for clasp - a new Common Lisp implementation.

Calling (find-class x) where x is not a symbol is undefined behavior.
Calling (find-class x) where x isn't a symbol is undefined behavior
@drmeister
Copy link
Author

Hi - could you take a look at this pull request?

@sellout
Copy link

sellout commented Feb 15, 2023

This is issue #10, which I had actually fixed in my fork ages ago, but somehow never pushed a PR for. In any case, I endorse this PR … a mere 5 years later.

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

Successfully merging this pull request may close these issues.

2 participants