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 parser support for WITH SUCCESSORS and WITH DESCENDANTS keywords #161

Merged
merged 4 commits into from Mar 10, 2023

Conversation

KOomaXX
Copy link

@KOomaXX KOomaXX commented Mar 9, 2023

I need to parse ASN1 files that include WITH SUCCESSORS or WITH DESCENDANTS keywords. Currently they are not handled by the parser and compiling those files would crash.
I've tried to make the minimum modification so that compiling files containing those keyword won't crash.
If you think that there is more to do in order to complete the commit, please explain me what to do.

Note : Rust code generation tests are failing, but the result of passing the tests ('make test') is the same on my branch and on your master branch so I believe there is no regression.

Garnier Mickael and others added 2 commits March 9, 2023 11:01
…in order to parse asn files with those without crashing
…CCESSORS_WITH_DESCENDANTS-1

added support for 'WITH SUCCESSORS' and 'WITH DESCENDANTS' in parser …
@coveralls
Copy link

coveralls commented Mar 9, 2023

Coverage Status

Coverage: 96.471% (+0.0007%) from 96.47% when pulling 2c2d7a9 on KOomaXX:master into 349e9a7 on eerimoq:master.

@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Merging #161 (2c2d7a9) into master (349e9a7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   35.18%   35.18%           
=======================================
  Files           7        7           
  Lines        8567     8567           
=======================================
  Hits         3014     3014           
  Misses       5553     5553           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

tests/test_parse.py Outdated Show resolved Hide resolved
@eerimoq eerimoq merged commit 6b0b3b8 into eerimoq:master Mar 10, 2023
7 checks passed
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.

None yet

3 participants