Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clause "simplified name" to LRM #115

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language-reference-manual/lrm.trlc
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ section "Record object declarations" {
after the last value is parsed.'''
}

/*Name_Resolution Sufficiently_Distinct {
Name_Resolution Sufficiently_Distinct {
text = '''When declaring record objects there are wider rules that
indicate name clashes. Specifically a record
may not be declared if its "simplified name"
Expand All @@ -1800,7 +1800,7 @@ section "Record object declarations" {
Note Simplified_Name_Rationale {
text = '''The purpose of this rule is to avoid requirements that
have hard to distinguish names.'''
}*/
}

Recommendation Record_Object_API {
text = '''When exposing record instances through the API, it is
Expand Down
Loading