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

paredit: support ops after update #365

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

lread
Copy link
Collaborator

@lread lread commented Feb 20, 2025

Fixes for splice-killing-forward, splice-killing-backward, split-at-pos.

These are the final fns that relied on reader positional metadata, add in a test to confirm paredit works on zipper without this metadata.

Closes #256

Fixes for splice-killing-forward, splice-killing-backward, split-at-pos.

These are the final fns that relied on reader positional metadata,
add in a test to confirm paredit works on zipper without this metadata.

Closes #256
@lread lread merged commit 3b07e60 into main Feb 20, 2025
81 checks passed
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.

paredit fns that use internal global-find-by-node do not work after zipper updated
1 participant