This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-27
Channels
- # admin-announcements (1)
- # aws-lambda (2)
- # beginners (48)
- # boot (231)
- # capetown (1)
- # cider (35)
- # cljs-dev (25)
- # cljsrn (74)
- # clojure (273)
- # clojure-austin (2)
- # clojure-berlin (5)
- # clojure-hk (1)
- # clojure-poland (1)
- # clojure-russia (50)
- # clojure-spec (63)
- # clojure-uk (58)
- # clojurescript (51)
- # cursive (5)
- # datomic (39)
- # defnpodcast (3)
- # dirac (13)
- # editors (6)
- # emacs (3)
- # hoplon (86)
- # jobs (2)
- # lein-figwheel (1)
- # liberator (3)
- # off-topic (10)
- # om (113)
- # onyx (34)
- # protorepl (29)
- # re-frame (2)
- # reagent (8)
- # remote-jobs (1)
- # ring (4)
- # test-check (42)
- # untangled (31)
- # yada (2)
@ag, @malabarba - just wanted to ask about the same problem, and saw your messages. I've just updated CIDER to 20160725.136, and bumped up Emacs, and got exactly the same problem. Emacs 25.1.50.5, latest from master, commit 682fdae. The previous version of Emacs was older by just a few weeks, about 130-140 commits, and it was fine. Maybe it will help you to narrow it down.
@malabarba: just checked out Emacs 25 from 4 weeks back, a randomly chosen commit 0644e6f - CIDER is fine. So there you have it - something got broken between 0644e6f and 682fdae. Hope it helps. Let me know if you need any additional info or help in recreating it. Cheers!
Is anyone developing in a docker container using emacs and cider? If so, are you able to jump to fn definitions in a different ns? I keep getting no source locations and https://github.com/clojure-emacs/cider/issues/589 doesnt' seem to address it for me
@petr: I'm using docker-compose and I get around this by mounting my home directories, source, and .m2 so paths line up.
but you will want to mount your source dirs inside the container to enable things like tools.namespace to watch files