-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EEP-0072: Add note about ASN1 and Corba
- Loading branch information
1 parent
8036769
commit 3ddb0c6
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,13 @@ using Erlang records) should naturally have a `#div` record, however, due to | |
is used instead to save the programmer from having to invoke `#'div'`, | ||
which feels unnatural and awkward. | ||
|
||
Further, | ||
Further, applications such as ASN.1 and Corba both have naming conventions that | ||
rely heavily on uppercase record names and as such, they currently must be | ||
quoted as well. You can see this in modules in Erlang's | ||
[`asn1`](https://github.com/erlang/otp/blob/OTP-27.1.1/lib/asn1/src/asn1_records.hrl#L35-L39) | ||
application. (The previous link points to some record definitions in `asn1`, | ||
but you can see the usage scattered across a number of modules in the `asn1` | ||
application). | ||
|
||
|
||
Check failure on line 108 in eeps/eep-0072.md GitHub Actions / markdownlintMultiple consecutive blank lines
|
||
Usage Syntax Specification | ||
|