Fork me on GitHub
#duct
<
2020-11-06
>
aeskilson19:11:14

When I call go on my system where I've defined vector-style derived keys in my duct configuration, e.g.

[:parent/key :child/key]
{ ... }
I'm getting
No method in multimethod 'init-key' for dispatch value: :integrant.composite/parent+child_<num>
although I have a defmethod for the :parent/key defined.

Kevin19:11:46

Did you require that NS?

👍 3