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

Fix cpp XE compile issue #497

Merged
1 commit merged into from Jul 25, 2017
Merged

Fix cpp XE compile issue #497

1 commit merged into from Jul 25, 2017

Conversation

ghost
Copy link

@ghost ghost commented Jul 24, 2017

  • Escape 'register', 'volatile' etc keyword for cpp
  • Fix xe compile issue on cpp

* Escape 'register', 'volatile' etc keyword for cpp

 * Fix xe compile issue on cpp
@codecov-io
Copy link

codecov-io commented Jul 24, 2017

Codecov Report

Merging #497 into master will decrease coverage by <.01%.
The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #497      +/-   ##
==========================================
- Coverage   84.03%   84.03%   -0.01%     
==========================================
  Files         109      109              
  Lines       13061    13076      +15     
  Branches     1886     1892       +6     
==========================================
+ Hits        10976    10988      +12     
- Misses       1567     1569       +2     
- Partials      518      519       +1
Impacted Files Coverage Δ
ydkgen/builder/multi_file_builder.py 98.31% <ø> (ø) ⬆️
ydkgen/common.py 79.82% <ø> (ø) ⬆️
generate.py 53.96% <ø> (ø) ⬆️
ydkgen/__init__.py 84.5% <100%> (+0.23%) ⬆️
ydkgen/builder/_api_model_builder.py 86.77% <66.66%> (-0.69%) ⬇️
ydkgen/builder/test_case/test_value_builder.py 92.05% <0%> (-0.84%) ⬇️
...cases/python/expected/ydk/models/ydktest_sanity.py 74.67% <0%> (ø) ⬆️
ydkgen/builder/test_case/test_cases_builder.py 82.01% <0%> (+1.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 692e58a...dd99fa0. Read the comment docs.

@ghost ghost merged commit ce9f5bd into CiscoDevNet:master Jul 25, 2017
@ghost ghost deleted the xe_compile branch July 25, 2017 00:52
This pull request was closed.
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

1 participant