Skip to content

Reduce number of errors at same position #4

@steveRoll-git

Description

@steveRoll-git

A single issue in the code can cause errors from multiple stages to be reported. There are cases where this is redundant, and only one error from a single stage is enough.
For example, if a variable is not defined, only the "Cannot find name" diagnostic should be reported about it, without the Checker complaining about an unknown type later.

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