This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-05
Channels
- # adventofcode (22)
- # ai (1)
- # announcements (1)
- # babashka (3)
- # beginners (8)
- # calva (8)
- # cider (17)
- # clojure (3)
- # clojure-europe (4)
- # clojure-norway (13)
- # clojurescript (20)
- # core-logic (1)
- # data-science (3)
- # datahike (6)
- # deps-new (4)
- # events (6)
- # hoplon (4)
- # hyperfiddle (4)
- # lsp (34)
- # overtone (8)
- # podcasts-discuss (2)
- # releases (3)
- # ring (5)
- # vim (10)
- # xtdb (2)
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.393
• Fix: https://github.com/BetterThanTomorrow/calva/issues/2336
• Fix: https://github.com/BetterThanTomorrow/calva/issues/2339
Thanks @brjann and @holyjak for reports and reproductions! Thanks @ericdallo for stellar support in getting Calva to use clojure-lsp properly! Thanks @domagala.lukas for squeezing in some Calva support when you were tight on time!
❤️ 🙏
Works like a charm so far! One thing, which I actually like but may be unintended, is that the option to require as alias has now disappeared for local variables. But if append a slash, suggestions from the aliased namespace appear and if I hit tab, the aliased namespace is required. The reason I think that this is unintended is that autocomplete still suggests aliases for non-local names. But I prefer the "include after slash has been added"-way so I am fine with the change 🙂
I agree with you @brjann, it's nice to not accidentally require namespaces when you wanted to use a variable 🙂