pallet / stevedore

A shell script embedding in clojure
93 stars 14 forks source link

`emit` should dispatch on (class *stevedore-impl*) not just *stevedore-impl* #11

Closed frenchy64 closed 13 years ago

frenchy64 commented 13 years ago

I need to investigate this, I'm not sure if multimethods implicitly cover this.

See isa? based dispatch: http://clojure.org/multimethods

Relevant source: https://github.com/pallet/stevedore/blob/develop/src/pallet/stevedore.clj#L140

frenchy64 commented 13 years ago

This we just me having a brainfreeze one day. Not a real bug.