active-group/active-clojure

Compiler warning in record.cljc with clojurescript

dfrese opened this issue · 1 comments

For example, when running the tests:

WARNING: Wrong number of args (3) passed to active.clojure.record-test/make-pu at line 53 .../active-clojure/test/active/clojure/record_test.cljc

Unsure where that comes from. Tests are successding anyway.

Bug, that only occurs, when

  • constructor-call-form does not contain all field names and
  • a lens shove operation on such a record is performed.

Fixed in fd75628