We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code with reify seems to block Windows export and play mode after AOT.
reify
Oddly, the use of reify in clojure.core.reducers does not seem to trigger this problem.
clojure.core.reducers
To replicate:
An error will be thrown.
Workaround for this at e7e50af, which just removes all use of reify from our code, but we need to fix the underlying problem.
The new work on MAGIC will hopefully fix this issue.
The text was updated successfully, but these errors were encountered:
Removing reify from internal namespaces.
e7e50af
Workaround for #378
No branches or pull requests
Code with
reify
seems to block Windows export and play mode after AOT.Oddly, the use of
reify
inclojure.core.reducers
does not seem to trigger this problem.To replicate:
reify
in a user namespace.An error will be thrown.
Workaround for this at e7e50af, which just removes all use of
reify
from our code, but we need to fix the underlying problem.The new work on MAGIC will hopefully fix this issue.
The text was updated successfully, but these errors were encountered: