Zulip Chat Archive

Stream: std4

Topic: register_label_attr and local attribute


Patrick Massot (Nov 19 2023 at 04:51):

It seems that after using register_label_attr foo, marking a declaration bar with attribute [local foo] bar actually has a global effect. Is this a know issue? Is this by design?

Mario Carneiro (Nov 19 2023 at 05:04):

the code ignores the local/scoped setting indeed, seems a bit lazy (normally we at least throw an error when you use a non-global kind if we don't want to support it)


Last updated: Dec 20 2023 at 11:08 UTC