Fork me on GitHub
#cider
<
2017-06-22
>
jfntn15:06:05

I noticed undo is not disabled in the test report and error buffers and I’m getting undo limit warning for those buffers over time. Is this intentional or should we fix it?

dpsutton15:06:29

can't imagine that's intentional

dpsutton15:06:36

are those not read-only anyways?

jfntn15:06:07

They are but I think all the programatic insert calls in the different render-* functions end up in the undo-list regardless

zlrth15:06:24

i’m having trouble with my clojurescript repl, and was wondering if this was the place to get help. when i enter a certain kind of syntax error, i can’t do anything else in the cljs repl. it says “eval timed out! no stacktrace available.” i have to restart the cljs-repl.

gtrak15:06:03

I think I'm noticing some new behavior, not sure when it started.

gtrak15:06:31

I'm having to manually turn on eldoc-mode in existing .clj buffers after the repl has connected, I thought this used to be automatic?

gtrak15:06:17

Adding a clojure-mode-hook for eldoc-mode works for new buffers but not existing ones.

gtrak15:06:02

If I run 'eldoc-mode' manually before the repl has connected in a clj buffer, I get the minibuffer message 'There is no ElDoc support in this buffer'

pandeiro17:06:52

If anyone has thoughts on how to dynamically translate filepaths in cider (to map from docker container paths to host system paths), I'd love to hear them. My initial investigation has me thinking about creating advice around the cider-var-info function -- is this a bad idea?

jfntn18:06:35

@pandeiro if your project is running inside docker I think what you want to do is use tramp to open a file with ssh inside the container and from then on cider will do the right thing

pandeiro19:06:12

@jfntn hmm, that's one idea. The container however isn't running an SSH daemon and I don't really want to add that.

pandeiro19:06:42

Also the files inside the docker container are volume mounts from the host system, so they could be accessed directly