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

base_parser.py: conditional evaluation bugfix #425

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

Javagedes
Copy link
Contributor

recent changes to conditional evaluations to support evaluating non decimal integers such as hex strings broke the ability to evaulate define macro replacements that are integers. This is a bugfix to keep that support along with additional tests to ensure it does not break in the future.

recent changes to conditional evaluations to support evaluating non
decimal integers such as hex strings broke the ability to evaulate
define macro replacements that are integers. This is a bugfix to keep
that support along with additional tests to ensure it does not break
in the future.
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (abe26c3) 81.03% compared to head (ada05fa) 81.03%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   81.03%   81.03%           
=======================================
  Files          57       57           
  Lines        7289     7289           
=======================================
  Hits         5907     5907           
  Misses       1382     1382           
Files Coverage Δ
edk2toollib/uefi/edk2/parsers/base_parser.py 93.14% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Javagedes Javagedes added this to the 0.19.0 milestone Oct 6, 2023
@Javagedes Javagedes merged commit b62e1c1 into tianocore:master Oct 6, 2023
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.

3 participants