This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-08
Channels
- # aleph (10)
- # announcements (2)
- # babashka (1)
- # beginners (22)
- # biff (5)
- # calva (1)
- # clj-kondo (46)
- # clj-on-windows (7)
- # clojure (88)
- # clojure-denver (12)
- # clojure-europe (41)
- # clojure-losangeles (1)
- # clojure-norway (6)
- # clojurescript (5)
- # conjure (4)
- # fulcro (13)
- # humbleui (1)
- # hyperfiddle (70)
- # jobs (5)
- # juxt (1)
- # meander (12)
- # off-topic (42)
- # practicalli (6)
- # releases (2)
- # shadow-cljs (12)
- # tools-deps (1)
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.0Oh 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
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
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