Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Parse labels correctly #2

@tobiasvl

Description

@tobiasvl

There are a lot of false positives while parsing labels.

  • scope1.scope2.label should not be legal label (labels can only have a global and a local scope) (partly fixed in f111876 but the parsing could still be a lot better)
  • .local_label:: should not be legal (only global labels may be exported)
  • Probably more

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions