For bootstrapped ClojureScript, within cljs.spec.test/instrument:
1. There is a use of speced-vars that conditionally needs the $macros suffix (analogous to CLJS-1656). 2. The references to the runtime fns instrumentable-syms and distinct-by need to be qualified (otherwise their expansions use $macros.
For bootstrapped ClojureScript, within
cljs.spec.test/instrument:1. There is a use of
speced-varsthat conditionally needs the$macrossuffix (analogous to CLJS-1656).2. The references to the runtime fns
instrumentable-symsanddistinct-byneed to be qualified (otherwise their expansions use$macros.