Fork me on GitHub
#clojure-europe
<
2021-12-02
>
thomas07:12:36

doog morning

dharrigan08:12:50

Good Morning!

mdallastella09:12:23

Morning ☀️

RAMart09:12:55

Hi y‘all! 👋

pez09:12:57

Morning! It’s not very good for me today, as I have had to revert yet another Calva release, An error report about a blocking bug arrived during my night and it looks to me like it could have to do with my Parinfer experiment leaking out to non-participants…

🐝 1
❤️ 1
Geoffrey Gaillard11:12:52

What you are doing for open source is amazing. It is clear you care a lot, and it shows. Bugs happen, it’s ok 😉

❤️ 3
pez11:12:35

Thanks. I am not too floored from this. Happy I could revert it and get myself some wiggle room to figure it out. Now all I need are users who have the problem and can help me reproduce it.

seancorfield18:12:56

@U0ETXRFEW Did you see my comment in one of the threads about this, regarding auto-complete wiping out closing parens?

seancorfield18:12:34

It was happening sometimes before the parinfer work but it feels like it's been happening much more often since that work was added?

pez19:12:42

I have missed that comment, actually. And not seen it happen myself. There is something up with the changes supporting Parinfer, and this could have worsen. If you see it happen, can you reproduce it by using undo and then doing the same autocomplete? Could be something with how clojure-lsp and Calva interact….

seancorfield20:12:55

Will try, yes.

genRaiy10:12:25

go mornoding

genRaiy10:12:52

[ yes, that's an order ]

genRaiy10:12:36

mornoding sounds a bit like what coding in Clojure is ... adding nodes

reefersleep13:12:17

(->> "good morning"
     seq
     shuffle
     (apply str))
=> " mirogdonong"
You must always pause briefly before exclaiming mirogdonong!

otfrom13:12:26

just wondering where the syllables are there

reefersleep14:12:18

To me, it’s meerog-donong. A meat pastie with cabbage

otfrom13:12:43

mee ro gdon ong?

otfrom13:12:59

mee rog don ong?

lread14:12:19

goooood morning!

otfrom14:12:32

Anyone doing advent of code?

potetm14:12:03

@otfrom There’s a whole channel: #adventofcode

otfrom14:12:01

Yeah, but that is in a different bar/coffee shop/pub

otfrom14:12:32

I'll check that out tho. Thx!

genRaiy18:12:00

I'm gonna start tomorrow with the lad and see if we can catch up.

borkdude21:12:57

@ordnungswidrig oh, that's awesome, the input flags + threading!

ordnungswidrig21:12:32

I’m trying to replace all my weird bash scripting habits and jq with something more sensible 😛

borkdude22:12:12

I just released bb 0.6.8 which includes parse-long from 1.11.0-alpha3, a popular function in AoC :)

ordnungswidrig22:12:55

edn/read-string? 🤷

👍 1
borkdude22:12:33

yeah, or even read-string ;)

borkdude22:12:22

I wonder if the things that made read-string unsafe in Clojure (despite setting *read-eval* to false) also behave the same in bb, I suspect not

ordnungswidrig22:12:50

A good question.