Fork me on GitHub
#announcements
<
2019-11-20
>
carocad20:11:04

new release of parcera v0.4.2 fixes a java compilation bug. Thanks a lot to @borkdude for the report and clear insights 🙂 https://github.com/carocad/parcera

✔️ 12
borkdude21:11:34

Seems to work now. The location metadata seems a bit off though?

user=> (p/ast ":foo")
(:code (:simple_keyword "foo"))
user=> (second (p/ast ":foo"))
(:simple_keyword "foo")
user=> (meta (second (p/ast ":foo")))
#:parcera.antlr.java{:start {:row 1, :column 0}, :end {:row 1, :column 1}}

carocad21:11:57

interesting, I did encounter a similar problem before but I was pretty sure I fixed it. I guess I need to add more tests 😅

pez21:11:04

Congrats to the release! I’m sorry I haven’t looked at the ClojureScript parts. Just too busy with Calva stuff.

carocad21:11:06

no worries, @U0ETXRFEW it is a contribution not an obligation 😉

carocad21:11:33

@borkdude you are a bug hunter … you just led me to discover another error in my understanding of antlr 🙂. I will push a fix soon

borkdude21:11:15

babashka v0.0.33: built-in SSL support due to upgrade to GraalVM 19.3.0 https://github.com/borkdude/babashka/releases/tag/v0.0.33

👍 8
😻 8