Fork me on GitHub
#conjure
<
2023-07-08
>
Abhinav07:07:53

hey, I had a question. whenever I try to go to the definition of a word using <localleader>gd I run into an error

; localhost:51602 (...gged\conjure/lua/conjure/client/clojure/nrepl/action.lua:337: Cursor position outside buffer): .nrepl-port
I have been facing this issue on windows only (not on wsl). This doesn't happen with macOS. has anyone encountered this ? I'm on conjure v4.45.0

Olical20:07:57

Oh no! Please could you raise an issue? I suspect conjure is trying to map the path to a windows path with the right separators and failing at it. Leading to it opening an empty buffer and trying to go to a line / char that doesn't exist

Olical20:07:02

If you could capture the logs with g conjure#debug set to v:true too that'd be great. The path may well be correct but it could be a cider issue or even that SOME windows setups don't have the deps in the expected spot on disk

Abhinav02:07:55

so I created an issue https://github.com/Olical/conjure/issues/515 please let me know if you need any more information to debug, or if I can help in anyway