boot-clj / boot

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

[Fix #707] Handle assoc when optarg is a flat vector sequence #713

Closed arichiardi closed 5 years ago

arichiardi commented 5 years ago

This fixes the regression introduce while handling sequential optargs improperly. We now special-case when the optarg is sequential AND the argument is itself a single sequence. Tests have been added as well.