Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread Steve Shogren
I cannot seem to see the results of "println", "print", or "clojure.tools.trace/trace" when running my site, per my setup here: http://stackoverflow.com/questions/22365741/missing-out-in-clojure-with-lein-and-ring?lq=1 The one comment suggested trying (.println System/out msg) which prints as

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread Bozhidar Batsov
I recall that a similar problem was caused by a buggy nREPL version.  See https://github.com/clojure-emacs/cider/issues/785 — Cheers,  Bozhidar On October 29, 2014 at 2:41:02 PM, Steve Shogren (steve.a.shog...@gmail.com) wrote: I cannot seem to see the results of "println", "print", or "clojur

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread J Irving
I had a similar problem a while back, which I caused to go away without ever understanding what the cause was. https://groups.google.com/forum/#!topic/cider-emacs/tMeTw79imgw Short version, I blew away my ./target directory, and it started working again. No idea if this helps you, but there you a

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread Steve Shogren
Supposedly that was fixed in nrepl 0.2.6, which is the version I am using. Still nothing. On Wednesday, October 29, 2014 10:15:34 AM UTC-4, Bozhidar Batsov wrote: > > I recall that a similar problem was caused by a buggy nREPL version. > See https://github.com/clojure-emacs/cider/issues/785 > >

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread Bozhidar Batsov
I’d suggest filing the a ticket with output from *nrepl-messages* so we can have an idea what’s going on. You can also try the 0.8-snapshot. — Cheers,  Bozhidar On October 29, 2014 at 5:43:56 PM, Steve Shogren (steve.a.shog...@gmail.com) wrote: Supposedly that was fixed in nrepl 0.2.6, which i

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-30 Thread Steve Shogren
Would this be the nrepl log needed? (dict ("id" . "46") ("session" . "de710656-5527-4bf7-9b16-c89f818ed326") ("status" "done")) ("id" "47" "ns" "nimbus-admin.test.integrations" "op" "eval" "session" "de710656-5527-4bf7-9b16-c89f818ed326" "code" "(trace \"test\")\n") (dict ("id" . "4") ("out

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-30 Thread Steve Shogren
Also, where would I put the bug, in nrepl, cider, or cider-nrepl? On Wednesday, October 29, 2014 1:12:14 PM UTC-4, Bozhidar Batsov wrote: > > I’d suggest filing the a ticket with output from *nrepl-messages* so we > can have an idea what’s going on. > You can also try the 0.8-snapshot. > > — > Ch