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 nested relative level offset in file inclusions #437

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Nov 10, 2019

Uses a func type to proceed with the cumulated level offsets,
which should pave the road to support absolute level offsets, too.

Fixes #434

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

@codecov
Copy link

codecov bot commented Nov 10, 2019

Codecov Report

Merging #437 into master will increase coverage by 0.01%.
The diff coverage is 90%.

@@            Coverage Diff            @@
##           master    #437      +/-   ##
=========================================
+ Coverage   87.39%   87.4%   +0.01%     
=========================================
  Files          59      59              
  Lines        3982    3987       +5     
=========================================
+ Hits         3480    3485       +5     
  Misses        338     338              
  Partials      164     164

Uses a func type to proceed with the cumulated level offsets,
which should pave the road to support absolute level offsets, too.

Fixes bytesparadise#434

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue434_nested_file_inclusions branch from 1943db7 to 1edec7f Compare November 10, 2019 16:48
@xcoulon xcoulon merged commit 2bb6f9d into bytesparadise:master Nov 10, 2019
@xcoulon xcoulon deleted the Issue434_nested_file_inclusions branch November 10, 2019 17:06
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 nested file inclusions with relative leveloffset
1 participant