This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-08-02
Channels
- # announcements (6)
- # beginners (35)
- # calva (5)
- # cider (3)
- # clj-http (1)
- # clj-kondo (52)
- # clojure (51)
- # clojure-conj (2)
- # clojure-europe (28)
- # clojure-losangeles (1)
- # clojure-norway (8)
- # clojure-uk (2)
- # cursive (12)
- # datalevin (2)
- # datomic (38)
- # emacs (7)
- # events (5)
- # gratitude (1)
- # humbleui (7)
- # hyperfiddle (23)
- # jobs (1)
- # off-topic (6)
- # portland-or (1)
- # rdf (3)
- # releases (2)
- # xtdb (3)
Hi, is there a way to change the color of repl output for passing tests? I have a passing tests but the color is red which gives me the impression that tests failed.
That's output as system output. You can configure the colour at Settings | Editor | Color Scheme | Console Colors under Console | System output. That can't be configured at the moment independently of that setting.
Hmm, strange that it is not set to red there. Shouldn't intellij just show here if the theme I'm using overrides it? Sorry I think this is more of an Intellij theming question 🙂
I'm sort of guessing, but is it possible that this is output to stderr (which often prints in red)? if clojure.test/**test-out**
got bound to *err*
, that could be a reasonable explanation.
> Colin Fleming > > Enhancing LLM-Powered Development with Clojure's REPL oh, wow… i’m looking forward to your Clojure Conj 2024 talk, Colin. 🙂
🙂 Great! Will you be there? What I have is still pretty experimental, but is looking very promising.
no, i wish i could. i’ve been using the https://www.jetbrains.com/help/idea/full-line-code-completion.html for Java at work (employer won’t allow anything else) and it’s been pretty great. i’ve always been curious how Clojure folks combine the power of both LLM and REPL so got a little excited when i saw your talk on the line-up.
They're still not always fantastic at generating Clojure, but I've had great success using Clojure to drive them for work with other languages. And also some success using them for Clojure code as well.