omcljs / om

ClojureScript interface to Facebook's React
6.65k stars 364 forks source link

Fixes support for multiple-method statics in defui on the clj side #871

Closed awkay closed 7 years ago

awkay commented 7 years ago

fixes #870. Includes the extraction of an inner algorithm that was responsible for getting the protocols and tests. All clj tests pass.

awkay commented 7 years ago

After talking with @anmonteiro I went ahead and added support for multi-arity methods in protocols as well.

swannodette commented 7 years ago

@awkay thanks! 💯