Fork me on GitHub
#clj-kondo
<
2021-12-27
>
practicalli-johnny10:12:34

Megalinter updated to clj-kondo 2021-12-19 now https://github.com/megalinter/megalinter/pull/1126

🎉 1
thumbnail15:12:02

Not sure if carve -related questions go here too; Running carve 0.1.0 in one of my projects runs into a NPE

❯ carve --opts '{:paths ["src" "test"]}'
Exception in thread "main" java.lang.NullPointerException
        at clojure.core$namespace.invokeStatic(core.clj:1605)
        at clojure.core$namespace.invoke(core.clj:1599)
        at carve.impl$ignore_QMARK_.invokeStatic(impl.clj:183)
        at carve.impl$ignore_QMARK_.invoke(impl.clj:176)
        at carve.impl$do_run_BANG_$fn__18981.invoke(impl.clj:260)
        at clojure.core$complement$fn__5687.invoke(core.clj:1443)
        at clojure.core$filter$fn__5912.invoke(core.clj:2825)
        [...]
But i'm not sure where to start looking, any pointers?

borkdude15:12:09

@jeroen.dejong can you try again with df552797a198b6701fb2d92390fce7c59205ea77?

thumbnail15:12:16

It's working again. Not sure why, but thanks 🙂

borkdude15:12:53

I'm not sure either, if you can post the code which was problematic, then I could reproduce, but it's fixed now

thumbnail15:12:55

I'm running it in a rather big (private) project; so i'm not sure why it happened. I'm sure I broke something while refactoring; which borked the loading