edn: apply tag readers inside a set literal

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.
This commit is contained in:
Yogthos 2026-06-27 00:07:49 -04:00
parent eb64240e29
commit afc733a439
4 changed files with 739 additions and 734 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long