lein-garden
lein-garden copied to clipboard
Add 'id' default to 'validate-builds'
Solves #27
Something needs to be fixed?
@ccfontes Sorry for the delay. I haven't had the time to review/merge/release this yet. I've been really busy with work and family. Chances are I won't be able to do much until the new year. My apologies!
bump
@ccfontes Sorry for such a long pause. I don't see how this solves #27. This is about :ids and #27 was about :source-paths. Also I don't think defaulting id to "undefined" is the solution here. The :id field should be required just as :source-paths is. How about adding (not (string? id)) to the top of the cond?