Fork me on GitHub
#calva
<
2019-05-24
>
carmen01:05:31

@pez i updated the wiki but forgot to enter a commit message 😕

🎉 4
kstehn07:05:47

@dennisa @pez yeah i have the same problem, but i use windows 7 at home with win 10 i have also this problem

pez07:05:15

@slack1038, so with win 7 it works, but not with win 10?

kstehn07:05:43

no with win 7 and win 10 it does not work

kstehn07:05:01

also on both os systems i have problems to connect with the running nrepl

pez07:05:50

Yeah, I think the connect is a bit broken regardless. But this with not finding the project files seems to be windows specific. Good to know, because I have had problems trouble shooting that one.

pez07:05:50

If someone with Windows wants to help debug/fix it, I’d be most happy, I don’t have Windows. @dennisa, @slack1038 .

kstehn18:05:32

I will try look into it right now.

❤️ 4
kstehn19:05:03

I think i found the problem. In the function getProjectDir path is used to determin the path of the project. But on windows it is kind of wierd with /c:/.... with fsPath you get the right path and it works kind of now i get EOF while reading when it tries to jack in

kstehn19:05:21

okay found a solution for it too instead of for example \"[nrepl \"0.6.0\"]\" does not work but '[nrepl \"0.6.0\"]' works fine but dont know where and wath i have to change to test this in calva