Skip to content

Commit

Permalink
EEP-0072: Add note about ASN1 and Corba
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Oct 9, 2024
1 parent 8036769 commit 3ddb0c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eeps/eep-0072.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines

eeps/eep-0072.md:108 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md012.md
Usage Syntax Specification
Expand Down

0 comments on commit 3ddb0c6

Please sign in to comment.