Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rx-expression with child cursor does not update correctly #46

Closed
sparkofreason opened this issue Jun 3, 2015 · 5 comments
Closed

rx-expression with child cursor does not update correctly #46

sparkofreason opened this issue Jun 3, 2015 · 5 comments

Comments

@sparkofreason
Copy link

Please see https://gist.github.com/sparkofreason/8bdbde5d60137f84c9b6. The output here is

d = 3
(b :d) = 5

Would expect both to be 5.

@aaronc
Copy link
Owner

aaronc commented Jun 3, 2015

So it's the cursor (cursor state [:b :d]) that's not updating correctly, not the rx correct?

@sparkofreason
Copy link
Author

Correct.

@aaronc
Copy link
Owner

aaronc commented Jun 3, 2015

Okay, I'll check it out.

@aaronc
Copy link
Owner

aaronc commented Jun 4, 2015

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
Copy link
Author

All fixed - thank you. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants