Requirement "Name_resolution LRM.Sufficiently_Distinct" not met
Closed this issue · 2 comments
christophkloeffel commented
the following requirement is not met
trlc/language-reference-manual/lrm.trlc
Lines 1829 to 1836 in adc0cf4
either remove the requirement from the LRM or implement the missing feature
florianschanda commented
Good catch, I think. I could have sworn this is implemented but the logical place for it would be in the symbol table. However it is not.
florianschanda commented
@phiwuu I think two options make sense:
- (my preferred) broaden this to cover any and all names, so it would also cover type names, enumeration literals, record fields, etc.
- remove it
Just doing this for record objects like the manual currently says is both inconsistent and annoying to implement. Do you have a preference?