-
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
Possible breakage with ClojureScript 1.10.439 #37
Comments
Confirmed on Slack:
|
Confirmed, seeing this when tests fail (PhantomJS):
|
arichiardi
added a commit
that referenced
this issue
Feb 1, 2019
The old way of testing with phantom js was broken with the new ClojureScript so this patch moves to a more modern setup using lein-doo. At this point tests are still failing because of bug #37.
pjstadig
added a commit
that referenced
this issue
Oct 7, 2019
[Fix #37] Correct the binding and test with modern ClojureScript
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I have noticed some possible breakage with the new ClojureScript
1.10.439
. The way humane pretty prints the diff will likely break. I have not tried but I am copying that piece of code somewhere around here as well and it broke 😄The repro looks like this:
I will try to put together a fix but can't promise and of course we are on our own for using the
binding
that way 😄The text was updated successfully, but these errors were encountered: