Skip to content

bitwise AND operator conversion bug #1

@gbstack

Description

@gbstack

bitwise AND operator is removed in generated python code

e.g.
readPos = (readAbsPos & READ_CHUNK_MASK);
will convert to
readPos = (readAbsPos READ_CHUNK_MASK)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions