Fork me on GitHub
#leiningen
<
2018-06-26
>
vemv01:06:52

Setting :pedantic? false in profiles.clj works, but it will warn the following: (:abort and false have a type mismatch merging profiles.) What would be the proper way to override :pedantic??

gfredericks21:06:13

what's the correct way for a plugin to make modifications (e.g., add deps) that only affects development? is it for the plugin itself to somehow ensure this, by adding things to the dev profile (which seems problematic), or is it better for the plugin to be agnostic and the user to enforce it by putting the plugin itself in the dev profile?

danielcompton23:06:53

Is the plugin being called directly by the user, or is it adding them implicitly when the plugin is loaded?

gfredericks23:06:18

um, I think I have a use for both

gfredericks23:06:31

e.g., consider adding repl functionality that includes deps