Fork me on GitHub
#tools-deps
<
2018-06-22
>
Alex Miller (Clojure team)01:06:25

If you mean like api breakage, just don’t do that :)

Alex Miller (Clojure team)01:06:03

We have sha logic comparison in there - it can tell which one is a parent of the other

Alex Miller (Clojure team)01:06:58

If more than one available in the tree, it will pick the descendant

val_waeselynck15:06:30

It seems to me it's not possible to have a spaces in a :main-opts entry (e.g :main-opts ["--space-separated-arg" "Joe Jack Williams Averell"]), is this is known issue?

Alex Miller (Clojure team)15:06:32

Yes, use commas for now

Alex Miller (Clojure team)15:06:04

Or in a case like this, not going to work for now

val_waeselynck15:06:01

@alexmiller thanks, currently my workaround is simply to pass the args form the command line