Fork me on GitHub
#cursive
<
2022-08-18
>
Jeffrey Bay17:08:58

it seems like cursive (sometimes) offers to add namespaces to the ns :require form, but not always. We have a theory that it is because it is doing a calculation and only adding it if it is not already required in the namespace's dependency chain, which satisfies the compiler. Is that the correct interpretation of what's happening? It is also considered bad style by basic linter options (`clj-kondo`) so if that is the correct interpretation it seems like it would be a good option to add in the namespaces section. If not - anyone have pointers as to what's going on?