clj-commons / manifold

A compatibility layer for event-driven abstractions
1.02k stars 106 forks source link

[manifold.time] Fix argument order when creating main clock #164

Closed alexander-yakushev closed 5 years ago

alexander-yakushev commented 5 years ago

This happened to magically work but got me confused big time. The correct arities are specified in IClock interface, yet *clock* initialization managed to mess them up.

ztellman commented 5 years ago

Yikes, thanks for catching that. I'll cut a new release soon.