clojure.edn/read with :readers/:default recursed into vectors/maps/seqs but
not a constructed set, so a tagged literal in #{…} (aero's #ref in a set) kept
its raw form. edn->value now recurses into a set. clojure.edn is baked into the
seed, re-minted. Fixes aero #ref-in-set + falsey-user-return.
|
||
|---|---|---|
| .. | ||
| sci | ||
| data.clj | ||
| edn.clj | ||
| pprint.clj | ||
| set.clj | ||
| string.clj | ||
| template.clj | ||
| test.clj | ||
| walk.clj | ||
| zip.clj | ||