Skip to content

Fix unit tests to make them check byte-code #3

Description

@KOLANICH

For now some unit-tests fail when I enable bytecode checking. This is because the tool sometimes produces the code different from reference only by the order of arguments in name buffers. So we need to make the tests invariant to that. For this we need a function to diff 2 bytecodes using not the argument's ordinals, but corresponding variables names.

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