Skip to content

Instantly share code, notes, and snippets.

@m0smith
Created August 26, 2019 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m0smith/2e76aecae7d41c42dcc6b7d434ab24ce to your computer and use it in GitHub Desktop.
Save m0smith/2e76aecae7d41c42dcc6b7d434ab24ce to your computer and use it in GitHub Desktop.
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