-
Couldn't load subscription status.
- Fork 23
Test mapcat #763
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
Test mapcat #763
Conversation
|
@jeaye on the local cljs repls I have I get an error for |
Could be node vs browser JS? What if you run the CLJS tests locally? |
|
Same thing locally, I wonder if it has something to do with the transpilation |
Okay reproduced it with cider, I'll look into this tonight |
So it looks like there's a certain class of error that isn't being caught for some reason? |
|
@jeaye it's a quirk with |
| :url "https://www.mozilla.org/en-US/MPL/2.0/"} | ||
| :dependencies [[org.clojure/clojure "1.12.0"]] | ||
| :dependencies [[org.clojure/clojure "1.12.0"] | ||
| [org.clojure/clojurescript "1.12.42"]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cider doesn't work on this project without this, @jeaye if you want me to do this in a separate PR that's fine but I think we should have it
|
Nice work, Emma and Christos! |

Addresses comments in #762 (comment) for @gavlooth 's work; fixes/closes #354 (comment)