Hi Jozef, thanks a lot for the pointer - that does seem to be the cause!
Will continue to track from there.
Cheers :-)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from
It looks like following not so well known bug
http://dev.clojure.org/jira/browse/CLJ-979
On Mon, Sep 22, 2014 at 8:55 AM, Peter Taoussanis wrote:
> Hi all!
>
> Ran into some behaviour today that I wasn't expecting and am wondering if
> someone could shed some light.
>
> Steps to reproduce (reprod
Hi all!
Ran into some behaviour today that I wasn't expecting and am wondering if
someone could shed some light.
Steps to reproduce (reproducible with at least Clojure 1.4.0 and
1.7.0-alpha2):
1. Setup a namespace with `(defrecord Foo [x])`.
2. Call cider's `cider-load-current-buffer` in Emacs.