clojure-spec

respatialized 2023-12-04T18:16:20.572559Z

I think I'm encountering an issue where a spec I've redefined from the REPL is still using its old value. Do I need to "reset" anything when redefining specs?

Alex Miller (Clojure team) 2023-12-04T18:49:50.663479Z

specs are stored in the spec registry in the var. in most cases, specs are resolved from the registry via name, but you may need to reload code that uses spec objects