-
Notifications
You must be signed in to change notification settings - Fork 105
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
Warning in cljs project using shadow-cljs #280
Comments
CLJS has been quite a moving target, so it's not surprising when warnings appear that didn't appear before. I'm not familiar with shadow-cljs so I don't know if that can have different warnings than other cljs compilation methods. If you or anyone figures this out, I'm happy to accept a pull request for it. |
Hi @Wonko7, I'm currently compiling my project with shadow-cljs, using 1.1.3-SNAPSHOT and not seeing that warning compiling similar code. Are you still getting the warning? If so, what version of shadow-cljs are you using? |
I agree with @pseudonamed ...something in 1.1.3-SNAPSHOT fixes the warning. |
That's weird, I'm using What could I be missing? |
@Wonko7, I'm unsure; can you create a minimal public repo that reproduces the error? |
Yes, it's an interaction between cloroutine & specter: https://github.com/Wonko7/warning-specter-async |
Hi!
I'm requiring it like this:
Am I doing something wrong?
I'm using:
[com.rpl/specter "1.1.3-SNAPSHOT"]
The text was updated successfully, but these errors were encountered: