Welcome! Please see the About page for a little more info on how this works.

0 votes
in Records and Types by

user=> (defrecord R (link: a))
user.R
user=> (transient (->R nil))
ClassCastException user.R cannot be cast to clojure.lang.IEditableCollection clojure.core/transient (core.clj:3060)

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1459 (reported by alex+import)
...