boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

`boot notify` on OS X (still) throws IllegalArgumentException #550

Closed RadicalZephyr closed 7 years ago

RadicalZephyr commented 7 years ago

When neither of the options :uid or :title are passed, the value of uid is not set properly from the defaulted title, thus still resulting in sometimes passing nil as the last argument to clojure.java.shell/sh.

I've got a fix for this, that I'll post in a PR soon. Clearly I never actually ran boot notify -v on my Mac before submitting the notify task 😱