Fork me on GitHub
#cider
<
2015-08-04
>
jfojtl15:08:26

does cider work with Clojure CLR?

andrewmcveigh15:08:01

@benedek: cljr-move-form … how difficult do you think it would be to find all usages of said form, and update them?

nullptr15:08:56

jfojtl: i see a reference to some work happening on an nrepl port, but nothing released

nullptr15:08:12

so, probably a “no” for now, but could work in the future of clr picks up steam

jfojtl15:08:39

@nullptr: so is there a repo? simple_smile I would gladly join

enn16:08:12

Is anyone else seeing ReaderExceptions (“Conditional read not allowed”) when trying to run cljr-rename-symbol? I’m running the snapshot versions of refactor-nrepl and cider-nrepl.

benedek16:08:04

@andrewmcveigh r u sure it does not do that already?

benedek16:08:35

should not be too difficult if not working yet

andrewmcveigh16:08:39

@benedek: Well, let’s just say that it didn’t do that today.

andrewmcveigh16:08:46

Should it be doing that?

andrewmcveigh16:08:56

maybe there’s just a bug or something

benedek16:08:58

can u pls open a githib issue ;)

benedek16:08:37

issue would be good as bug rep or feature req... ;)

andrewmcveigh16:08:59

Sure, will do.

bozhidar16:08:03

@jfojtl: Not sure how compatible the CLR port of nREPL is, but the middleware makes heavy use of Java code, so it doesn’t work for sure

bozhidar16:08:01

given the lack of general interest in Clojure CLR I don’t see us trying to support it any time soon

blueberry19:08:39

@bozhidar: Does anyone know how to change the text in the REPL prompt in Emacs Cider? When I have a long nested namespace, it takes a lot of the screen width... So, instead of something.something.something.myns> i would like it to just display the last part, myns>

bozhidar20:08:49

unfortunately we don’t have support for this

bozhidar20:08:56

but you can file an issue

bozhidar20:08:06

and we can implement it

bozhidar20:08:18

seems like a reasonable thing to support and it shouldn’t be too hard