-
Notifications
You must be signed in to change notification settings - Fork 21
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
Warnings for using private vars (ClojureScript) #36
Comments
Yep, ClojureScript has become stricter but these warnings are unavoidable because the lib is using hidden APIs from |
warnings could be probably removed by using var indirection as described here: https://clojurescript.org/news/2018-11-02-release#_warnings_on_private_var_use (I intend to give it a try some time after current pr gets merged). |
I've merged and released version 0.10.0. |
@pjstadig thanks for looking into this. Unfortunately, I'm still seeing the same issue with 0.10.0
From figwheel.main's deps.edn
|
@pesterhazy I don't think that warnings were removed yet. It waits till somebody sends PR :) |
Using
[org.clojure/clojurescript "1.10.439"]
will produce lot of warning about private vars:The text was updated successfully, but these errors were encountered: