Fork me on GitHub
#klipse
<
2020-09-09
>
samedhi03:09:32

@viebel I believe it is with core.async, when I python -m SimpleHttpServer upon the index.html https://gist.github.com/samedhi/b75931696098127a7eea32a9fc614390 I get the above error about the number of args.

samedhi03:09:18

Noticing that core.async is fixed in the project at a much older version, does it need a fixed version?

samedhi03:09:52

(I am having issue with data-external-libs, but I suspect that is because https://firemore.org makes such heavy use of core.async)

samedhi04:09:31

I think something to note is that you can require the core.async libraries just fine, but when I attempt to use (go ..) blocks I have issues.

Yehonathan Sharvit04:09:30

I think I fixed it. I had to upgrade the analysis cache to the latest version of Andare https://github.com/mfikes/andare - A fork of https://github.com/clojure/core.async ported for use with self-hosted ClojureScript.

samedhi19:09:43

@viebel Yep, I just hard reloaded https://firemore.org and it looks like things are loading properly now (I have made no code changes).

samedhi19:09:56

Thank you!