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

Enumerated missing named values fix (#49) #51

Merged
merged 2 commits into from
Oct 23, 2022

Conversation

gabhijit
Copy link
Collaborator

No description provided.

Initially there was only one API `compile_files` in the `Asn1Compiler`.
This is generally good for using the compiler with ASN.1 files, however
it's perhaps desirable to have the ability to simply `compile` a module
string. Added an infrastrucutre to do that and a test case for failing
compilation (#49).

Removed stray prints from the previous fix of constraints.
Fixed an issue with `ENUMERATED` values when those values were available
as `name(No)` pairs. Original code only worked for `name` type.
@gabhijit gabhijit merged commit 1596dc2 into master Oct 23, 2022
@gabhijit gabhijit deleted the enumerated-missing-named-values branch October 29, 2022 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant