rx-expression with child cursor does not update correctly
sparkofreason opened this issue · 5 comments
sparkofreason commented
Please see https://gist.github.com/sparkofreason/8bdbde5d60137f84c9b6. The output here is
d = 3
(b :d) = 5
Would expect both to be 5.
aaronc commented
So it's the cursor (cursor state [:b :d])
that's not updating correctly, not the rx correct?
sparkofreason commented
Correct.
aaronc commented
Okay, I'll check it out.
aaronc commented
Should be fixed now - let me know if you still have the issue. The freactive.core
namespace was moved to the the freactive.core project by the way: https://github.com/aaronc/freactive.core. Snapshots have been pushed to clojars.
sparkofreason commented
All fixed - thank you. Closing.