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 more code generation for struct inheritance, with some more test cases #298

Merged
merged 6 commits into from
Aug 2, 2023

Conversation

jwillemsen
Copy link
Member

No description provided.

…rs are now generated, swap and other support methods not added yet

    * tests/idl4/illegal_idl/struct_circular_inheritance.idl:
    * tests/idl4/illegal_idl/struct_inherit_interface.idl:
      Added.

    * ridlbe/c++11/templates/cli/hdr/struct_post.erb:
    * ridlbe/c++11/templates/cli/hdr/struct_pre.erb:
    * ridlbe/c++11/templates/cli/inl/struct_inl.erb:
    * ridlbe/c++11/visitors/struct.rb:
    * tests/idl4/struct_inheritance/test.idl:
    * ridlbe/c++11/templates/cli/hdr/struct_post.erb:
    * ridlbe/c++11/templates/cli/inl/struct_inl.erb:
::
    * tests/idl4/illegal_idl/struct_multiple_inheritance.idl:
      Added.

    * tests/idl4/illegal_idl/struct_inherit_interface.idl:
    * tests/idl4/illegal_idl/run_test.pl:
@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (95f6688) 59.69% compared to head (55fcfd8) 59.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #298   +/-   ##
=======================================
  Coverage   59.69%   59.69%           
=======================================
  Files         579      579           
  Lines       47578    47578           
  Branches     4198     4198           
=======================================
  Hits        28402    28402           
  Misses      16089    16089           
  Partials     3087     3087           

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

@jwillemsen jwillemsen merged commit 22ec39a into RemedyIT:master Aug 2, 2023
13 of 16 checks passed
@jwillemsen jwillemsen deleted the jwi-structinheritance branch August 2, 2023 19:11
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