Fork me on GitHub
#rewrite-clj
<
2021-03-11
>
ericdallo01:03:43

Congratulations on the release! 🎉 I'll make some local tests with clojure-lsp soon

lread02:03:51

Awesome, thanks @ericdallo !

nate02:03:24

hey! looking forward to following the project

nate02:03:47

I'm especially hopeful for a babashka pod at some point, but definitely no pressure

nate02:03:53

thanks for taking up the banner

lread02:03:43

It’s been enriching!

lread02:03:22

Welcome @brandon342 !

👋 3
borkdude08:03:38

@nate Currently a pod isn't possible since the rewrite-clj AST isn't serializable. I'm having thoughts about a separate rewrite-clj scripting CLI.

lread12:03:00

Thanks for the rewrite-clj v1 tweet announce and kind words therein @borkdude!

❤️ 6
borkdude14:03:21

@lee Btw you may want to make these tags proper release on Github? https://github.com/clj-commons/rewrite-clj/releases

borkdude14:03:29

Else they won't show up on the front page

lread14:03:04

Hmm… thanks, will look into it!

ericdallo19:03:42

It seems clojure-lsp is working with rewrite-clj alpha release 😄

ericdallo19:03:12

Why zip/value is deprecated? Checking the docstring doesn't point to any replacement

lread19:03:57

Great news, @ericdallo, thanks for sharing!

🎉 3
lread19:03:49

I’ll update the note on zip/value docstring.

lread19:03:56

Or zip/sexpr , whichever makes more sense in your specific use case. The nice thing about zip/string, if it works for your case, is that it always works.

ericdallo19:03:07

yeah, we use z/sexpr in a lot of places but there are places where the string makes sense

ericdallo19:03:13

thanks for the help and your work! I'll keep testing the release for a few days, then I'll check if it fixes some clojure-lsp issues with cljs 🤞

lread20:03:16

Awesome, thanks for giving it a good shake!

lread20:03:23

The only thing that broke something for me so far is that rewrite-clj v1 preserves, if it exists, a newline at end of input, some of my code that used rewrite-clj v0 was not expecting that, so I had to adjust. Wasn’t hard - but a minor incompatibility.

ericdallo20:03:09

Good to know! I'll keep an eye on that