You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not totally sure what's up here, but map-value seems to work OK on normal maps, but not on int-maps. It looks like it passes a null value to the function?
(deftest ^:buggy map-values-test
(let [m (i/from {110, 330})]
(testing"IMap"; This fails due to a bug I think
(is (= {111331} (datafy (m/map-values m (fn [k v]
(prn:k k :v v)
v))))))))
Not totally sure what's up here, but map-value seems to work OK on normal maps, but not on int-maps. It looks like it passes a null value to the function?
The text was updated successfully, but these errors were encountered: