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

feat(parser): support conditional inclusions #889

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Dec 27, 2021

support for ifdef, ifndef and ifeval directives

note: ifdef and ifndef do not support checking of multiple
attributes yet.

fixes #876

Signed-off-by: Xavier Coulon [email protected]

support for `ifdef`, `ifndef` and `ifeval` directives

note: `ifdef` and `ifndef` do not support checking of multiple
attributes yet.

fixes bytesparadise#876

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Dec 27, 2021

Codecov Report

Merging #889 (e68be96) into master (2effbfb) will increase coverage by 0.02%.
The diff coverage is 72.07%.

@@            Coverage Diff             @@
##           master     #889      +/-   ##
==========================================
+ Coverage   80.21%   80.23%   +0.02%     
==========================================
  Files          85       84       -1     
  Lines        6676     6836     +160     
==========================================
+ Hits         5355     5485     +130     
- Misses        829      850      +21     
- Partials      492      501       +9     

@xcoulon xcoulon merged commit 750bffe into bytesparadise:master Dec 27, 2021
@xcoulon xcoulon deleted the Issue876_support_conditional_inclusions branch December 27, 2021 14:51
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.

Support ifdef, ifndef, ifeval
1 participant