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
Hi,
1.9.0-alpha11 includes spec for (ns ...) macro, which only allows keywords, not symbols for ns clauses. Would you include the fix in the next release?
Good news is only three (ns .. (:require)) in these files to be changed.
dirac/lib/nrepl_tunnel.clj dirac/agent/config.clj dirac/nrepl/config.clj
Tested OK with a local copy. Btw, figwheel-0.5.5 requires 1.9.0 spec now, and wish people can use them together.
Thanks!
The text was updated successfully, but these errors were encountered:
This is fixed in master with d673fbb
Sorry, something went wrong.
No branches or pull requests
Hi,
1.9.0-alpha11 includes spec for (ns ...) macro, which only allows keywords, not symbols for ns clauses. Would you include the fix in the next release?
Good news is only three (ns .. (:require)) in these files to be changed.
dirac/lib/nrepl_tunnel.clj
dirac/agent/config.clj
dirac/nrepl/config.clj
Tested OK with a local copy. Btw, figwheel-0.5.5 requires 1.9.0 spec now, and wish people can use them together.
Thanks!
The text was updated successfully, but these errors were encountered: