-
Notifications
You must be signed in to change notification settings - Fork 149
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
Not working on clojurescript 1.10.439 #189
Comments
I wanted to submit the same error. So far, the parsing does continue to work, despite the compile warning. |
@galdolber Can you describe the way it is failing? It appears that Clojurescript made a change to the public visibility of some functions, and added a new set of compiler warnings, but the warning should not break the function. I would expect it to still work, as @mtruyens described. |
This is the commit that breaks the code: |
I was able to fix the issues here: #190 |
I fixed the warning that clojurescript was giving about the use of the private var I bumped up the version of tools.reader listed in the dependencies, so perhaps that helped. Please check again against instaparse 1.4.10 and let me know whether you still see a problem. Thanks for your assistance. |
I can confirm that upgrading from 1.4.9 to 1.4.10 got rid of the warning:
Which blocked figwheel to compile my code. Thanks! Btw the README still says 1.4.9 (hence my trial) |
Just updated README. Thanks for catching that. |
One error I get is this:
But even when I fixed that, the parser function is failing.
The text was updated successfully, but these errors were encountered: