This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-29
Channels
- # announcements (6)
- # babashka (23)
- # beginners (15)
- # biff (15)
- # calva (17)
- # clara (5)
- # clj-kondo (41)
- # cljdoc (2)
- # cljs-dev (67)
- # cljsrn (18)
- # clojure (19)
- # clojure-europe (25)
- # clojure-nl (2)
- # clojure-norway (9)
- # clojure-uk (2)
- # clojurescript (26)
- # core-typed (6)
- # cursive (15)
- # data-science (30)
- # datahike (1)
- # datomic (18)
- # docker (6)
- # emacs (10)
- # events (2)
- # graalvm (15)
- # graphql (5)
- # hugsql (4)
- # jobs-discuss (1)
- # joker (7)
- # lsp (36)
- # malli (28)
- # off-topic (46)
- # other-languages (1)
- # pathom (5)
- # pedestal (6)
- # polylith (5)
- # reitit (2)
- # releases (1)
- # rewrite-clj (63)
- # shadow-cljs (7)
- # spacemacs (16)
- # squint (6)
- # tools-deps (6)
- # xtdb (13)
I was checking out the performance on master (seems good so far) but I noticed that I no longer get proper analysis from jar files. Jump to def and hover find nothing. Anyone else notice this?
Same here
oh, I made some changes for supporting lsp-java when finding definition of a java class. Maybe this was introduced on https://github.com/clojure-lsp/clojure-lsp/commit/d3575d9101652107f6242e809fb2d06f48ccafc1, could you confirm @U0BUV7XSA?
2 things were made since latest release: ⢠that fix for zipfile ⢠supporting decompile whole jar when finding definition, adding support to use lsp-java Maybe the first one added some new issue where it was supposed to fix it š
yes, was a @U07M2C8TTās PR we merged since latest release too
@UKFSJSM38 that commit seems to be working still
This was the pr which changed uri vs filepath: https://github.com/clojure-lsp/clojure-lsp/pull/1231
I noticed something like this but then couldn't reproduce it. I've been jumping around between old branches a lot though. Definitely needs a GitHub issue
a4a44f55 passed (which came after the filepath uri, so something more recent still is the problem)
@U0BUV7XSA when you say inside a jar you mean in a clojure file insisde a jar file not a java one, right?
is it possible to append server logs and client <-> server logs when inside the jar to check what is missing? I can't test it easily since emacs uses jar and not zipfile :/
Is it possible to run the clean ns form command without reformatting :refer
s? I've tried disabling this with {:clean {:sort {:refer nil}}}
but this only seems to disable the sorting, which does make sense but is somewhat confusing since this does configure the :max-line-length
options.
Sure, I let me put one together. Another thing I noticed, possibly not related, :clean :after-ns-refactor
doesn't appear to do anything. That is, clean-ns-form
no longer runs after ns refactor commands like auto-import. Works fine if I run it manually. TBH I wanted to disable that, but I couldn't figure out how to make it work. I'm on Calva running the nightly
build right now.