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

Some initial support for bitset/bitfield #300

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

jwillemsen
Copy link
Member

* ridlbe/c++11/templates/cli/hdr/bitset.erb:
* ridlbe/c++11/visitors/bitset.rb:
* tests/idl4/illegal_idl/bitfield_65.idl:
* tests/idl4/illegal_idl/bitfield_negative.idl:
* tests/idl4/illegal_idl/bitfield_zero.idl:
  Added.

* ridlbe/base/writerbase.rb:
* ridlbe/c++11/config/cxx_type.rb:
* ridlbe/c++11/writers/stubheader.rb:
* tests/idl4/bitset/client.cpp:
* tests/idl4/bitset/test.idl:

    * ridlbe/c++11/templates/cli/hdr/bitset.erb:
    * ridlbe/c++11/visitors/bitset.rb:
    * tests/idl4/illegal_idl/bitfield_65.idl:
    * tests/idl4/illegal_idl/bitfield_negative.idl:
    * tests/idl4/illegal_idl/bitfield_zero.idl:
      Added.

    * ridlbe/base/writerbase.rb:
    * ridlbe/c++11/config/cxx_type.rb:
    * ridlbe/c++11/writers/stubheader.rb:
    * tests/idl4/bitset/client.cpp:
    * tests/idl4/bitset/test.idl:
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0d53c0c) 59.69% compared to head (c5f2705) 59.70%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #300   +/-   ##
=======================================
  Coverage   59.69%   59.70%           
=======================================
  Files         579      579           
  Lines       47578    47579    +1     
  Branches     4198     4198           
=======================================
+ Hits        28402    28406    +4     
+ Misses      16089    16087    -2     
+ Partials     3087     3086    -1     
Files Changed Coverage Δ
tests/idl4/bitset/client.cpp 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

@jwillemsen jwillemsen merged commit 81ff533 into RemedyIT:master Aug 4, 2023
14 of 16 checks passed
@jwillemsen jwillemsen deleted the jwi-bitsetmapping branch August 4, 2023 18:38
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