Skip to content

Invalid list equality check. #13

@akoppela

Description

@akoppela

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions