Skip to content

Conversation

@pieterbreed
Copy link

@pieterbreed pieterbreed commented Mar 27, 2025

This merge request pull together 1 new feature with 2 maintenance changes.

Writing metadata

defrecord's implement clojure.lang.IMeta and may have metadata added to their instances. An edn-compliant serializer must respect the *print-meta* dynamic var, and when true, print out the record's meta-data.

This MR is primarily about adding this to pr-tagged-record-on.

Clojure 1.12.0

Updated in project.clj

^:deprecated

The (defrecord TaggedValue ...) was previously marked with a ;; DEPRECATED comment. This MR adds the :deprecated meta-data to the defrecord declaration. Tooling have adopted support for this flag since the last update to the library.

version-bump

In the project.clj file, the version has been bumped to 0.6.0-SNAPSHOT. This is mostly a suggestion and can be removed from the PR on request.

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.

1 participant