Fork me on GitHub
#cider
<
2019-08-21
>
oyakushev19:08:51

Hey, I've just accidentally clicked on the More information link in the version mismatch warning, and I got "Not found" https://docs.cider.mx/cider/troubleshooting/#cider-complains-of-the-cider-nrepl-version

oyakushev19:08:37

Maybe it's because I'm on the older version of the cider-nrepl there, but just to make sure the link is correct in the new one.

bozhidar20:08:37

@alexyakushev I’ll fix this right away.

bozhidar20:08:18

Done.

👍 4
cider 4
m0smith23:08:29

(ns bug-demo (:require [datomic.ion.cast :as cast])) (cast/initialize-redirect "/tmp/hamster") (cast/event {:msg "ShouldNotCauseAStackOverflowErrorInCider"})

m0smith23:08:10

calling datomic ion cast/event causes a stack overflow on my setup. Has anyone else seen this?