Skip to content

Tagged literals in metadata are not processed #111

@cch1

Description

@cch1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions