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

Parse labels correctly #2

Open
2 tasks done
tobiasvl opened this issue Nov 30, 2017 · 1 comment · May be fixed by #7
Open
2 tasks done

Parse labels correctly #2

tobiasvl opened this issue Nov 30, 2017 · 1 comment · May be fixed by #7
Labels

Comments

@tobiasvl
Copy link
Owner

tobiasvl commented Nov 30, 2017

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
@tobiasvl tobiasvl added the bug label Nov 30, 2017
@tobiasvl
Copy link
Owner Author

tobiasvl commented Dec 1, 2017

f111876 improves this somewhat.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant