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

Tagged literals in metadata are not processed #111

Open
cch1 opened this issue Dec 30, 2023 · 0 comments
Open

Tagged literals in metadata are not processed #111

cch1 opened this issue Dec 30, 2023 · 0 comments

Comments

@cch1
Copy link

cch1 commented Dec 30, 2023

While clojure.edn/read has no problem reading tagged literals in metadata, aero leaves them unprocessed.

For example:

(-> (clojure.edn/read-string {:readers *data-readers*} "^{:x #inst \"2023\"} {:a 1}") meta :x type)
=> java.util.Date

Putting equivalent data in a resource and reading it yields a clojure.lang.TaggedLiteral.

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

No branches or pull requests

1 participant