sixthnormal / clj-3df

Clojure(Script) client for Declarative Dataflow.
Eclipse Public License 2.0
328 stars 13 forks source link

Pass db argument to transact from transact! #1

Closed alex-dixon closed 6 years ago

alex-dixon commented 6 years ago

Fixes "Wrong number of args (1) passed to: core/transact" when calling transact! from the examples in the comment at the bottom of core.clj.

I'm really into what you're doing here and elsewhere. Thanks for sharing it.

comnik commented 6 years ago

Thank you, I just stumbled across this myself today, fixed it in https://github.com/comnik/clj-3df/commit/f531a21f93782db10f9d782aeff63d3b34f62860.

These kind of things will have to be expected for the near future, I'm afraid. I'm currently breaking things left and right... Shoot me a mail if you're interested in talking more about this stuff :)