forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asn1: Improve partial decode support
This commit fixes multiple bugs in the "exclusive decode" and "selective decode" features for the BER backend of the ASN.1 compiler. Errors in the configuration file now result error messages, instead of crashing the ASN.1 or Erlang compiler. The undocumented option `{asn1config,ModuleName}` has been removed.
- Loading branch information
Showing
19 changed files
with
855 additions
and
648 deletions.
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
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
Oops, something went wrong.