This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-19
Channels
- # announcements (5)
- # babashka (13)
- # beginners (62)
- # calva (46)
- # cider (24)
- # clj-kondo (4)
- # clojure (12)
- # clojure-europe (21)
- # clojure-hungary (1)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-uk (6)
- # clojuredesign-podcast (4)
- # clojurescript (9)
- # conjure (1)
- # core-async (5)
- # datomic (3)
- # emacs (1)
- # holy-lambda (14)
- # hyperfiddle (36)
- # jobs-discuss (3)
- # joyride (7)
- # lsp (35)
- # om-next (1)
- # pedestal (11)
- # podcasts-discuss (1)
- # practicalli (2)
- # releases (3)
- # sci (17)
- # shadow-cljs (5)
- # testing (4)
- # tools-deps (10)
- # vim (2)
- # xtdb (5)
I keep getting Wrong type argument: sequencep, #s(hash-table size 2 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uri" "file:///Users/borkdude/dev/clj-kondo/src/clj_kondo/impl/analyzer.clj" "range" #s(hash-table size 2 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("start" #s(hash-table size 2 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("line" 542 "character" 6)) "end" #s(hash-table size 2 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("line" 542 "character" 18)))))) [3 times]
lately when I try to navigate using lsp-find-definition
, anyone else?
I use straight.el which takes care of those issues, so I don't know much about how vanilla emacs handles that, but in the end is a (byte-compile-file)
call I guess
@U04V15CAJ did you manage to solve this? i started to get this as well 😞 throwing elpa works but it comes back after a while
@U0J6U23FW unfortunately not
I usually download emacs from here: https://emacsformacosx.com/ but it seems the site isn't responding (yes, I know there's other ways)
I'll try 29 with https://github.com/railwaycat/homebrew-emacsmacport
@U0J6U23FW It seems this railwaycat emacs uses a different font, which disturbs me. And describe-font
(to see what it is using) doesn't work for me either, it says "cannot load find file mule-diag"
hmm i am running 29.1 from emacsforosx and so far so good. haven’t notice anything wrong with the cursor
i haven’t notice any particular slow down but i am just coming back after bunch of meetings so, i will confirm if i see anything after a while
I upgraded to 29.1 with native-compilation from the railwaycat brew repo and everything is smooth again. lsp working great, so far
nice, thanks a lot! i am also having some problems with sql-mode
in the emacsformacosx distro 😞 but at least no problem with lsp. ill give i a try to the brew distro this weekend. Thanks a lot!
Is it possible to rename protocol parameters?
When I try it, I get Internal Error
, but I'm unsure if it's not supported or if there's something wonky with my setup
I'm aware it's inconsequential, but it's sometimes useful to have all the implementation parameters matching the definition's!
2023-10-19T20:05:38.833Z ERROR [clojure-lsp.server:55] - Error receiving message: Internal error (-32603)
{:id 988, :method "textDocument/prepareRename"}
com.oracle.svm.core.posix.thread.PosixPlatformThreads.pthreadStartRoutine PosixPlatformThreads.java: 203
com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine PlatformThreads.java: 775
java.util.concurrent.ForkJoinWorkerThread.run ForkJoinWorkerThread.java: 183
java.util.concurrent.ForkJoinPool.runWorker ForkJoinPool.java: 1594
java.util.concurrent.ForkJoinPool.scan ForkJoinPool.java: 1656
java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec ForkJoinPool.java: 1020
java.util.concurrent.ForkJoinTask.doExec ForkJoinTask.java: 290
java.util.concurrent.CompletableFuture$AsyncSupply.exec CompletableFuture.java: 1692
java.util.concurrent.CompletableFuture$AsyncSupply.run CompletableFuture.java: 1700
promesa.util.Supplier/get util.cljc: 34
promesa.exec/wrap-bindings/fn exec.cljc: 163
clojure-lsp.server/fn/fn server.clj: 256
clojure-lsp.handlers/prepare-rename handlers.clj: 252
clojure-lsp.feature.rename/prepare-rename rename.clj: 268
clojure-lsp.feature.rename/rename-status rename.clj: 224
clojure-lsp.shared/uri->source-path shared.clj: 259
clojure-lsp.shared/uri->source-paths shared.clj: 256
clojure-lsp.shared/uri->filename shared.clj: 207
clojure.string/starts-with? string.clj: 365
that's a error on clojure-lsp, it should show a pretties msg even if not supported, it's a bug, please open a issue with a good repro