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

Fixed oer C code generation with sequences in additions (#168) #169

Conversation

Futsch1
Copy link
Collaborator

@Futsch1 Futsch1 commented Oct 21, 2023

Further fixes:

  • Restricted Python package versions to make sure tests pass
  • Fixes in C test code for warnings generated by clang 15
  • Enabled uper C code compilation and fixed some casting issues there

@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

Merging #169 (ff00593) into master (de25657) will decrease coverage by 0.36%.
The diff coverage is 23.35%.

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   35.18%   34.82%   -0.36%     
==========================================
  Files           7        7              
  Lines        8567     8666      +99     
==========================================
+ Hits         3014     3018       +4     
- Misses       5553     5648      +95     
Files Coverage Δ
tests/test_oer.c 100.00% <100.00%> (ø)
tests/test_uper.c 100.00% <100.00%> (ø)
tests/files/c_source/uper.c 22.56% <47.54%> (-0.13%) ⬇️
tests/files/c_source/oer.c 29.55% <0.00%> (-0.55%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@coveralls
Copy link

Coverage Status

coverage: 96.473% (+0.002%) from 96.471% when pulling ff00593 on Futsch1:168-oer-c-code-generation-fails-when-addition-contains-a-sequence-with-enums-type-error into de25657 on eerimoq:master.

@Futsch1 Futsch1 merged commit c890898 into eerimoq:master Oct 21, 2023
6 of 8 checks passed
@Futsch1 Futsch1 deleted the 168-oer-c-code-generation-fails-when-addition-contains-a-sequence-with-enums-type-error branch October 21, 2023 09:27
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.

2 participants