Fork me on GitHub
#clj-kondo
<
2021-08-04
>
serioga09:08:42

Do we have :missing-docsring linter for namespace declarations?

lread14:08:36

@hugod re: potemkin like things. For me, the cost outweighed the benefit for rewrite-clj, and I went with a build time template approach. https://github.com/clj-commons/rewrite-clj/blob/main/doc/design/01-merging-rewrite-clj-and-rewrite-cljs.adoc#potemkin-import-vars, but am happy to answer any further questions you might have.

hugod15:08:37

Thanks! I’ll have a read

Joshua Suskalo17:08:41

Is there any way to get a stacktrace of an exception in a hook?

Joshua Suskalo17:08:44

For example ATM I'm getting a problem where sexpr doesn't work on nil. That's fine, but my hook is long and complicated, and it'd speed debugging if I could get a stacktrace.