Skip to content
New issue

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

reify blocks export and play mode on windows #378

Open
timsgardner opened this issue Mar 6, 2020 · 0 comments
Open

reify blocks export and play mode on windows #378

timsgardner opened this issue Mar 6, 2020 · 0 comments

Comments

@timsgardner
Copy link
Contributor

timsgardner commented Mar 6, 2020

Code with reify seems to block Windows export and play mode after AOT.

Oddly, the use of reify in clojure.core.reducers does not seem to trigger this problem.

To replicate:

  • Define a function that uses reify in a user namespace.
  • AOT.
  • Prepare for export and build, or enter play mode.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant