-
Notifications
You must be signed in to change notification settings - Fork 58
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
unparse fails with [org.clojure/clojurescript "1.7.122"] due to clojure.string/replace #43
Comments
+1 |
1 similar comment
+1 |
Thanks for the report. This should be "fixed" in ccb19d0 by using the old string/replace definition, until I merge in some bigger changes that shouldn't require string/replace anymore. Released as |
@andrewmcveigh Works for me, thank you! |
I didn't fully understand the root cause of this issue. Is it a bug in cljs that should be reported? |
@danielcompton Not sure if it's bug or not, but it's a change in behaviour to align with jvm clojure[1]. I don't think this case is tested, so maybe it is a bug. I guess I'd need to better understand the motivation of the change to know if it's intentionally breaking this behaviour. |
I think I may have encountered something related to this: Using [org.clojure/clojure "1.7.0"] using lein figwheel I can do the following in the repl
I'm always open to the possibility that I'm doing something catastrophically daft, but this code was working with an earlier version of clojurescript a few months back. |
It's probably related to #41 & bhauman/lein-figwheel#210 rather than this issue. What version of figwheel are you on? |
Just looked - figwheel 0.4.0, I see there's a figwheel 0.4.1 now. I shall give it a go and report back Update - Yes, as you said, figwheel 0.4.0 is the root cause, the upgrade to 0.4.1 seems to have fixed the issue completely. Thanks very much for the prompt reply; it's very much appreciated. |
Tested with com.andrewmcveigh/cljs-time "0.3.11" and clojurescript 1.7.58 and earlier and the following test passes, but fails in 1.7.122 due to clojure.string/replace changes.
The text was updated successfully, but these errors were encountered: