Skip to content

Give warning for assert (c, s) #29

@JukkaL

Description

@JukkaL

An assertion such as

assert (c, s)

is always true, even though the programmer probably intended

assert c, s

Give a warning if using the first form (like Python does).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions