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

Issue 346: Fix handling of prefixed literals in PyRFLX #358

Merged
merged 1 commit into from
Jul 21, 2020
Merged

Conversation

treiher
Copy link
Collaborator

@treiher treiher commented Jul 20, 2020

Closes #346

@treiher treiher requested review from senier and jklmnn July 20, 2020 13:51
@codecov
Copy link

codecov bot commented Jul 20, 2020

Codecov Report

Merging #358 into develop will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #358   +/-   ##
========================================
  Coverage    97.96%   97.96%           
========================================
  Files           25       25           
  Lines         4468     4478   +10     
  Branches       751      753    +2     
========================================
+ Hits          4377     4387   +10     
  Misses          54       54           
  Partials        37       37           
Impacted Files Coverage Δ
rflx/pyrflx/typevalue.py 99.27% <100.00%> (+0.01%) ⬆️

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 d09fe38...3fe2e89. Read the comment docs.

rflx/pyrflx/typevalue.py Outdated Show resolved Hide resolved
@treiher treiher merged commit f050258 into develop Jul 21, 2020
@treiher treiher deleted the issue_346 branch July 21, 2020 06:54
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.

Missing substitution of qualified enumeration literals in conditions
3 participants