This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-30
Channels
- # architecture (10)
- # babashka (11)
- # beginners (12)
- # calva (7)
- # clojure (7)
- # clojure-europe (2)
- # clojure-norway (12)
- # clojure-spec (2)
- # events (7)
- # fulcro (3)
- # hyperfiddle (3)
- # instaparse (12)
- # lsp (2)
- # malli (3)
- # missionary (20)
- # music (1)
- # off-topic (18)
- # reitit (9)
- # releases (4)
- # squint (5)
- # xtdb (32)
@orestis, I am looking at the repl session management, because fixing some glitches. But I am also taking a closer look at the mess we (well, mostly I) have created around the whole connect/session thing. I don’t know how much I can hope to fix and in what order. Anyway, I remember you had a suggestion around how to decouple the ClojureScript repl connection from the Clojure one, even if, for some cases, the CLJS repl is spawned off of the CLJ one at the REPL/nREPL level. Whatever you said made sense to me then, but now I have forgotten what it was more concretely. I actually don’t think it was very concrete, just something you mentioned in passing, but it rang true to me. So, I’m thinking that if you have some time soon for a chat, we could maybe draw a sketch or something around the problem and we may see how it could be setup in a way that is easy to reason about both for users and maintainers. WDYS?
Well I don’t remember much either! But perhaps we can have a chat and I’ll be your rubber duck 😅
We we supposed to be able to "Go to Definition" on Clojure Library
> Java Library it Uses
I'm able to in some cases, but not all. It seems like I can go to def on Java classes, but not method calls on them. I'm not sure if that's not being able to navigate to a specific method, or if the method isn't being resolved to a specific class.
I think that what @U013JFLRFS8 describes is about what can be expected to work.