-
Notifications
You must be signed in to change notification settings - Fork 24
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
error in clojurescript #3
Comments
Thanks for reporting this bug! In order to help me track down the problem, can you please let me know:
Thanks! |
I run the project with 'rlwrap lein figwheel'
Dependencies in project.clj :dependencies [ [org.clojure/clojure "1.9.0-alpha12"]
[org.clojure/clojurescript "1.9.671"]
[expound "0.1.0"]]
:plugins [[lein-figwheel "0.5.8"]] In the repl I do So when I use spec it goes well:
But expound
|
Thanks for the details! I am having trouble getting lein-figwheel 0.5.8 to work, but I can reproduce with that version of Clojure, Clojurescript and figwheel 0.5.11. I'm not sure what's going on - there seems to be some change in recent versions of Clojurescript where |
I think I may have discovered a fix. Can you try the following:
|
error: |
@pbrito That's correct: I haven't yet pushed it to Clojars. However, the |
Sorry! I didn't follow your instruction. So, after following your instructions, I was able compiled without errors:
And using expound "0.1.1-SNAPSHOT" in my project returned:
My project dependencies
|
@pbrito Thanks very much for confirming the fix! I'll release a new version with this fix sometime tonight. |
Fixed with 131d86c |
@pbrito Should be fixed in version |
Hi,
I'm beginning to use spec with clojurescript.
But I can't use this library.
s/explain works but not expound
The text was updated successfully, but these errors were encountered: