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

Fix: Use equal to compare lists #436

Closed
wants to merge 1 commit into from
Closed

Conversation

akirak
Copy link
Contributor

@akirak akirak commented Jun 18, 2024

eq is not a proper way to compare the structures of two Lisp objects. I spontaneously discovered this trivial mistake while investigating on another issue, but nobody pointed it out before?

@alphapapa
Copy link
Owner

That would be #430. :)

@alphapapa alphapapa self-assigned this Jun 18, 2024
@alphapapa alphapapa added the bug label Jun 18, 2024
@alphapapa alphapapa added this to the v0.8.7 milestone Jun 18, 2024
@akirak
Copy link
Contributor Author

akirak commented Jun 19, 2024

I see. You just didn't work on it yet. It's fine anyway, as you must be busy dealing with other issues.

@alphapapa
Copy link
Owner

Yeah, I noticed this recently (or someone showed me, I forget), but this code has been incorrect for several releases without anyone noticing, including myself, so it doesn't seem urgent.

@alphapapa alphapapa closed this in 914e647 Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants