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

Add initial support for specifying a bit_bound for a bit_mask #301

Merged
merged 5 commits into from
Aug 5, 2023

Conversation

jwillemsen
Copy link
Member

* tests/idl4/illegal_idl/bitmask_bitbound_missingvalue.idl:
* tests/idl4/illegal_idl/bitmask_bitbound_zero.idl:
* tests/idl4/illegal_idl/bitmask_nobitfields.idl:
  Added.

* ridlbe/c++11/templates/cli/hdr/bitmask.erb:
* ridlbe/c++11/visitors/bitmask.rb:
* tests/idl4/bitmask/client.cpp:
* tests/idl4/bitmask/test.idl:

    * tests/idl4/illegal_idl/bitmask_bitbound_missingvalue.idl:
    * tests/idl4/illegal_idl/bitmask_bitbound_zero.idl:
    * tests/idl4/illegal_idl/bitmask_nobitfields.idl:
      Added.

    * ridlbe/c++11/templates/cli/hdr/bitmask.erb:
    * ridlbe/c++11/visitors/bitmask.rb:
    * tests/idl4/bitmask/client.cpp:
    * tests/idl4/bitmask/test.idl:
    * tests/idl4/illegal_idl/bitmask_bitbound_65.idl:
    * tests/idl4/illegal_idl/bitmask_bitbound_negative.idl:
      Added.
    * tests/idl4/illegal_idl/bitmask_bitbound_65.idl:
    * tests/idl4/illegal_idl/bitmask_bitbound_negative.idl:
    * tests/idl4/illegal_idl/bitmask_bitbound_zero.idl:
@codecov
Copy link

codecov bot commented Aug 5, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (81ff533) 59.69% compared to head (a22bcb8) 59.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #301   +/-   ##
=======================================
  Coverage   59.69%   59.69%           
=======================================
  Files         579      579           
  Lines       47580    47582    +2     
  Branches     4198     4198           
=======================================
+ Hits        28404    28406    +2     
  Misses      16089    16089           
  Partials     3087     3087           
Files Changed Coverage Δ
tests/idl4/bitmask/client.cpp 100.00% <100.00%> (ø)

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

@jwillemsen jwillemsen merged commit 7f8ccba into RemedyIT:master Aug 5, 2023
13 of 15 checks passed
@jwillemsen jwillemsen deleted the jwi-bitmaskbitbound branch August 5, 2023 08:05
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.

1 participant