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 backquote on dotted pairs #494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SuperDisk
Copy link

This commit adds a couple extra cases to backquote's simplification step, which accounts for if the expression is an improper list or dotted pair.

I'm not super happy with this implementation, since I'm not 100% sure these cases account for everything, but it seems to work correctly.

This commit adds a couple extra cases to backquote's simplification
step, which accounts for if the expression is an improper list or dotted
pair.
@davazp
Copy link
Member

davazp commented May 3, 2024

It seems the build failed for it. It might be some bootstrapping issue or just the fix not being correct.

It should be possible to test it in other implementation to see if it is related to bootstrap.

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.

None yet

2 participants