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

Use yamlscript for the CI workflows #148

Merged
merged 6 commits into from
Feb 7, 2025
Merged

Use yamlscript for the CI workflows #148

merged 6 commits into from
Feb 7, 2025

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Jan 26, 2025

  • Rewrite CI workflows in YamlScript

Also:

  • Improvements in dump.hpp:
    • add traits class c4::dump_directly<T> to enable selection of faster path where the intermediate dump buffer is not used for strings which can be directly dumped to the sink
    • improve c4::format_dump_resume() to ensure the needed buffer size is still computed after buffer exhaustion
  • add noexcept to c4::overflows
  • Add support for mips, mipsel, mips64, mips64el CPU architectures
  • Add support for sparc, sparc64 CPU architectures
  • Add support for loongarch, loongarch64 architectures

Closes #145
Closes #79 (was already done)
Closes #70

@biojppm biojppm force-pushed the ci/ys branch 22 times, most recently from 55d97d7 to ab7caf4 Compare February 1, 2025 21:26
Copy link

codecov bot commented Feb 1, 2025

Codecov Report

Attention: Patch coverage is 99.31507% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.90%. Comparing base (083e35b) to head (2065437).
Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
src/c4/dump.hpp 99.21% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   96.84%   96.90%   +0.06%     
==========================================
  Files          28       27       -1     
  Lines        3166     3136      -30     
==========================================
- Hits         3066     3039      -27     
+ Misses        100       97       -3     

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

@biojppm biojppm force-pushed the ci/ys branch 2 times, most recently from 30dd9cb to 2a57759 Compare February 6, 2025 21:16
@biojppm biojppm merged commit 54f56e4 into master Feb 7, 2025
262 checks passed
@biojppm biojppm deleted the ci/ys branch February 7, 2025 07:52
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.

MIPS support Add CI test for Win Arm + Arm64 Add CI test for RISC-V
1 participant