Fork me on GitHub
#cursive
<
2024-08-02
>
jaime03:08:29

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.

cfleming04:08:01

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.

jaime04:08:13

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 🙂

cfleming04:08:14

I think so, yes. I'll check this when I get a moment.

❤️ 1
Bob B04:08:13

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.

1
salam17:08:41

> Colin Fleming > > Enhancing LLM-Powered Development with Clojure's REPL oh, wow… i’m looking forward to your Clojure Conj 2024 talk, Colin. 🙂

☝️ 2
cfleming18:08:59

🙂 Great! Will you be there? What I have is still pretty experimental, but is looking very promising.

❤️ 2
salam18:08:41

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.

cfleming20:08:08

I think everyone is still trying to figure it out (including me!)

cfleming20:08:22

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.

👍 1
potetm13:08:53

I'll be there! Looking forward to it as well. I was just telling a friend that your talk like the most promising way for me to see how to actually use LLMs for dev. Right now I just don't get it.

1
cfleming18:08:35

Great, looking forward to seeing you again! And hopefully the talk will be useful too.