Fork me on GitHub
#specter
<
2017-07-27
>
nathanmarz00:07:06

will be a lot more performant as well by avoiding traversing totally irrelevant parts of the data structure

wei09:07:34

^ I get it now, thanks for the help!

souenzzo14:07:13

(setval [(walker #(contains? % :foo))] NONE [{:foo true}])  ;=> [:com.rpl.specter.impl/NONE]
(setval [ALL (walker #(contains? % :foo))] NONE [{:foo true}])  ;=> []
Is it a bug?

nathanmarz14:07:53

@souenzzo you're using an old version

nathanmarz14:07:18

NONE integration with walker was added in 1.0.2

souenzzo14:07:27

I was on 1.0.1. I did not see the new 😅 sorry