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

Invalid list equality check. #13

Open
akoppela opened this issue Feb 19, 2019 · 0 comments
Open

Invalid list equality check. #13

akoppela opened this issue Feb 19, 2019 · 0 comments

Comments

@akoppela
Copy link

Issue

There seems to be an issue with list equality check. It looks like the function functions want to work with lists (JS arrays) to get a length of a list and then compare each element one by one. But it actually gets objects with a list representation. Thus it always goes to return true; branch.

This creates another issues.

image

Solution

One way to solve it is to call _Json_listEquality function recursivelly.

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

1 participant