Fork me on GitHub
#vim
<
2019-05-07
>
nas04:05:14

CompilerException java.lang.RuntimeException: Unable to resolve symbol: demo in t his context, compiling:(tutorial/core.clj:5:1)

nas04:05:26

i am trying to run overtone

nas05:05:30

oh i got it work i realized i had not saved the file before running it

nas05:05:02

anyway when i press the arrow button all the text inside the bracket dissapear is there a way to avoid this

dominicm06:05:43

I've not heard of anything like that before. I think it might be one of your other plugins?

nas07:05:58

yes it happens during the normal mode and not during insert mode

nas07:05:54

i am using paredit nerdtree projectionist vim- classpath vim-clojure-static-vim-clojure-solarized vim-fireplace and vim-sensible

dominicm07:05:36

Paredit is probably responsible

nas07:05:28

i 'll check

nas07:05:58

yes indeed

dominicm07:05:05

I prefer vim-sexp, I found it much less intrusive.

dharrigan09:05:13

I'm experiencing some issues with neovim (happens in vim too), vim-fireplace and nrepl. When I reload (in nvim) it so happens that I experience a socketexcpetion quite often.

dharrigan09:05:17

anyone else see this?

Olical09:05:23

Haven't experienced that but sounds like nREPL crashing at a guess. Maybe try downgrading nREPL? I did have a lot of issues with nREPL / fireplace version desync when I used it.

Olical09:05:43

As in one or the other would update and then either my fireplace or my colleagues CIDER would explode.

dharrigan09:05:13

Hi Oliver! Well, it's only started to happen recently, and I've been on 0.6.0 of the nrepl for a while

dharrigan09:05:28

I'm doing some investigation to see if I can uncover the issue

Olical10:05:03

There's some recent changes in fireplace, not that they look suspect. Try locking the plugin to an older commit maybe? https://github.com/tpope/vim-fireplace/commits/master could also be a transient dependency that's slid forward somehow.

dharrigan10:05:14

Tried, it's not that.

dharrigan10:05:24

I'm walking through some plugins in vim to see if any are getting in the way.

Olical10:05:52

Hm, I'd be very surprised but maybe! Sounds like middleware or something in the nREPL stack exploding to me. Like if the REPL itself is closing down it doesn't sound like it's on the editor side. Disclaimer: Massive assumption.

dharrigan10:05:22

I'll report back on my findings

dharrigan10:05:17

okay, suspect found, cljfmt

dharrigan10:05:43

With this enabled 'venantius/vim-cljfmt'

dharrigan10:05:59

on saving (a few times) or reloading a few time, it throws the socket exception

dharrigan10:05:19

Creating an issue on github

dharrigan10:05:19

github borked

Olical11:05:12

Ah well done! And yeah, GitHub is not happy today.