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

Allow reading custom reader macros from EDN input #23

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

pedromanoel
Copy link
Contributor

What

Allow cq to read custom reader macros from edn input.

Why

I'm trying to parse an edn string with custom reader macros, but cq fails with "No reader function for tag" error.

I think cq shouldn't care about such macros, since it is used to process and format data.

How

Add {:default tagged-literal} when reading edn input

@markus-wa markus-wa merged commit ece71ca into markus-wa:main Feb 13, 2024
@markus-wa
Copy link
Owner

Thanks for the contribution @pedromanoel - just released a new version with this included

Sorry it took so long to get this merged 😅

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