Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
cljs.spec.alpha/fdef with s/* is broken
Key details
Description
In ClojureScript 1.10.145, the code below exceeds the call stack on the first call to foo. In ClojureScript 1.9.946 it works as expected (throws a spec exception on the second call to foo).
In ClojureScript 1.10.145, the code below exceeds the call stack on the first call to
foo
. In ClojureScript 1.9.946 it works as expected (throws a spec exception on the second call tofoo
).