Skip to content

Instantly share code, notes, and snippets.

@m0smith
Created August 26, 2019 15:17
Shows a problem with stackover flow using cider and datomic ions
(ns bug-demo
(:require [datomic.ion.cast :as cast]
[clojure.java.io :refer [output-stream]]))
(cast/initialize-redirect :stdout)
(cast/event {:msg "ShouldNotCauseAStackOverflowErrorInCider"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment