Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

MyPy 0.600 flags new issues in cretonne_codegen/meta #323

@pchickey

Description

@pchickey

The latest MyPy release, 0.600, has "strict optional checking" enabled by default, which encounters a giant pile of issues that were not flagged before.

With --no-strict-optional passed as a command line flag, it still fails to infer the type of some values.

Some work is required to diagnose and fix the issues that 0.600 flags. Until then, the CI script will use version 0.521 (set in #321).

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