Fork me on GitHub
#announcements
<
2020-02-24
>
danabor08:02:39

new version of mate-clj adding new core functions support for easy debugging 😎 https://github.com/AppsFlyer/mate-clj

28
🎉 12
bartuka11:02:30

Nice work! I was thinking about a library like that. Small suggestion, would be nice to change the versioning number to the proposed standard by Alex Miller (https://clojurians.slack.com/archives/C06MAR553/p1582039369250600) off course, if you agree with that rsrsrs (or only to let it more explicit which standard are you following)

👍 4
greglook19:02:36

cljstyle 0.12.1 is now available! In addition to being ~40% faster than 0.11, it can also be used directly via tools.deps and the clj CLI. https://github.com/greglook/cljstyle

👌 16
🎉 8
borkdude19:02:48

nice stuff! I noticed one commit about a weird kondo error. that might have been fixed by now:

$ clj-kondo --lint - <<< '(bound-fn compute! [])'
linting took 6ms, errors: 0, warnings: 0

greglook19:02:18

ah, nice - that was the expedient fix at the time, good to know it was fixed in the tool 👍