This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-03
Channels
- # announcements (12)
- # beginners (44)
- # boot (27)
- # calva (73)
- # cider (1)
- # clj-kondo (9)
- # cljdoc (9)
- # cljs-dev (15)
- # cljsrn (6)
- # clojure (90)
- # clojure-dev (5)
- # clojure-europe (4)
- # clojure-ireland (3)
- # clojure-italy (22)
- # clojure-mexico (2)
- # clojure-nl (8)
- # clojure-uk (32)
- # clojurescript (12)
- # core-async (2)
- # cursive (16)
- # data-science (10)
- # datascript (3)
- # datomic (44)
- # emacs (17)
- # events (4)
- # graalvm (1)
- # hoplon (5)
- # jackdaw (17)
- # keechma (11)
- # nrepl (7)
- # off-topic (24)
- # re-frame (19)
- # reitit (4)
- # rewrite-clj (2)
- # robots (9)
- # shadow-cljs (20)
- # sql (12)
- # testing (4)
- # tools-deps (23)
- # vim (55)
@guillaume.carbonneau it's in the dev branch. đ Also, I posted a link just a few messages ago.
as i know "calva" the vscode extension and "cider" is the library i should have include in my project to communicate with calva, isn't it ?
Yeah, that's sort of correct. đ It just confused me a bit. Anyway, have you checked the wiki? https://github.com/BetterThanTomorrow/calva/wiki
Hey folks, probably the minorest of nitpicky minor things, but have noticed that it takes two clicks to set the input focus on the repl buffer after jack-in. First seems to focus the buffer, second grabs the keyboard focus.
Also... hello. My (so far 5 year) quest to find my ideal Clojure toolset has lead me here đ. Looks like fantastic work. All hail @pez apparently đ.
Indeed, there is a problem with the input focus. I have it tracked in this issue: https://github.com/BetterThanTomorrow/calva/issues/161
There is also a strange exception thrown when the window gets focus. Not sure if I have filed an issue about that yet, but it might very well be relevant for that issue.
@guillaume.carbonneau, haha, no, it is a bit more crazy than I would want it, but I haven't set up a CI pipeline yet.
Please share stories from your 5 year quest, @wesley.hall. I am curious about how Calva fits there and what you miss and stuff.
How about rather, this is how you jack in, if, for whatever reasons, your project can't use jack-in, see How to connect w/o jack-in.
It could be that the project start is happening in some other context. But I'm not sure the README should delve into those reasons.
I think that people working with projects that can't use jack-in probably know why, in their case.
My feeling is there should be only one way of setting up and the other instructions are for âIf youâre having issues⊠please check this FAQâ.. then itâs Issue A) ⊠Issue B) âŠ
I've updated the text some now, @guillaume.carbonneau. Is it an improvement? I've also updated the text about where Calva is heading.
@pez This probably isn't going to be short... sorry đ 15 years of Java prior to starting with Clojure, mostly in intellij, which I absolutely loved back in 2003 and got slightly cooler on with each release as the guys at jetbrains fell overthemselves to support everything. I mostly prefer an editor to an "IDE". In Clojure I really started out by playing with lighttable, which I really liked conceptually albeit a bit rough around the edges. Migrated over to emacs as I began to take it more seriously since that seemed to be what all the cool kids were doing. I'd say i've probably spent most of my time working with Clojure in emacs, with cursive perhaps a fairly close second. I don't mind working in emacs honestly, I do miss a bit of a UX. As I said recently on another channel in VS code I can figure out how to use the git integration pretty much at a glance, whereas I still need a magit cheatsheet on my desk to do anything but the basic day-to-day stuff. I'm also fairly "into" code architecture and so structural views are quite important to me. Neotree half scratches this itch, but not in the way that idea used to in Java. Cursive would be an obvious choice for me as a long time intellij user, but I think the problem there is that the platform it is built on has really been put together with static typing in mind. All too often cursive warns me about stuff that is perfectly fine. It's funny really, I realise it is trying and sometimes failing to do stuff that other systems don't even attempt, but even so. I find the warnings annoying. I think the summary of this ridiculously long message is that what I am really looking for is something that keeps cognitive load to an absolutely minimum and lets me focus on my code. Give me a view of my entire project, a repl to work with, and doesn't draw my attention to warnings that are actually not problems etc. I hadn't even considered VSCode until recently. As a guy with a Java history those anti-MS feelings run rather deep đ but I really do love the simple editor UX. I haven't really pushed it + calva on a larger project yet, but I am very much looking forward to doing so. I think atom is probably the only serious competitor for my attention (with an outside chance of just returning to emacs), but so far VSCode + Calva is suiting me very well indeed. I very very much appreciate your efforts. Not least in managing to get to the end of this ridiculous essay...
I too had to fight my anti-MS sentiments to even try VSCode, but I find I like it a lot and how it makes lots of things easy. I too am more into editors than IDEs, but VS Code strikes a nice middle ground.
It definitely has a 2003 era intellij feel to me. I don't mean that as, "way behind", but in that I am not tripping over integrations with "applications servers" etc. So far I perceive it as more of an editor, which is great. As I say, I am very very new to it. Even the basic features. I'm definitely going to try to find some time to invest in learning these though. At some point I will see if I can actually roll my sleves up and contribute to calva, but I probably have some more basic legwork to do first.
Already started to browse the code đ. I'll do my best to make it sooner rather than later.
I said something about this the other day in this channel. When Calva 2 is out I will need to tackle some of the technical debt that has piled up on my watch. Since you are the architecture type, I'd appreciate just going over the code and reason about it together with you, some day. I'd like to set Calva up on a more solid ground or it will fall over on top of me.
Would be very happy to take a look. I'll work a little on getting more familiar with it between now and release and perhaps we can have a look through post release as you say.
@pez Here are results of my test on the Mac (I've given up on windows for now). I've made a basic project based on a leiningen template. Upon Jack-in:
> Executing task: /usr/local/bin/lein update-in :dependencies conj "[nrepl \"0.6.0\"]" -- update-in :plugins conj "[cider/cider-nrepl \"0.21.1\"]" -- update-in "[:repl-options :nrepl-middleware]" conj "[\"cider.nrepl/cider-middleware\"]" -- with-profile uberjar repl :headless <
Compiling calva-dest.core
Error loading complete.core: Could not locate complete/core__init.class, complete/core.clj or complete/core.cljc on classpath.
nREPL server started on port 50747 on host 127.0.0.1 -
nothing is happening until I "Connect to a running repl". The port is not suggested either, had to enter it manually. Then the calva repl starts.
@dennisa That jack-in output looks right (the complete.core
message is not related to jack-in).
Evaluating forms should result in inline display and the results printed in the âCalva saysâ output channel.
To evaluate stuff in the repl window, add alt
as a modifier to the second chord. So, ctrl+alt+c alt+e
for the current form, and ctrl+alt+c alt+space
for current top-level form.
I think the ânothing is happeningâ until you âConnect to a running replâ and the âno port suggestedâ are symptoms of the same problem. Calva waits for the .nrepl-port file to be created before proceding, and it seems it canât see it. I wonder whyâŠ
my Windows env is a mess. I believe i have to fix it first and then try it again. If it works for other people...
Good that you found a workaround for getting the connection working. We should include that in the docs, until we find out what the problem is.
There is certainly nothing in Calva that would ask for that. But it might be part of the output from something else and Calva hands it on.
OK. So you probably shouldnât select the uberjar there. Calva doesnât know what profiles you want to run so it offers you all the profiles it finds in your project file.
)) It failed to start when I introduce a compile error. but now I've removed uberjar, it starts now
Cool. Thanks for testing and reporting. I need to make some things a bit clearer, for sure.
When I terminate the jack-in terminal (headless repl window) it quits, closes the window upon a key. And then won't let jack-in again.