You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
There are a lot of false positives while parsing labels.
(partly fixed in f111876 but the parsing could still be a lot better)scope1.scope2.label
should not be legal label (labels can only have a global and a local scope).local_label::
should not be legal (only global labels may be exported)The text was updated successfully, but these errors were encountered: