Skip to content

Split array heap flag into std and no std variants#71

Merged
gregorygaines merged 10 commits into
mainfrom
array-heap-update
Jun 4, 2026
Merged

Split array heap flag into std and no std variants#71
gregorygaines merged 10 commits into
mainfrom
array-heap-update

Conversation

@gregorygaines

Copy link
Copy Markdown
Owner

As a follow-up to #70, split the array heap flag into std and no std variants to support each environment.

@gregorygaines

Copy link
Copy Markdown
Owner Author

@Eisverygoodletter Can you take a look at this to make sure everything is 100%?

@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.75000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.27%. Comparing base (06039c3) to head (389ceb5).

Files with missing lines Patch % Lines
...ating/bitfield/features/bitfield_struct_feature.rs 85.71% 1 Missing ⚠️
...ating/bitfield/features/common/generator_helper.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   97.97%   98.27%   +0.30%     
==========================================
  Files          38       38              
  Lines        3008     3023      +15     
==========================================
+ Hits         2947     2971      +24     
+ Misses         61       52       -9     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Eisverygoodletter

Copy link
Copy Markdown
Contributor

Seems good to me 👍

@Eisverygoodletter

Copy link
Copy Markdown
Contributor

For the test for no-std + alloc you may have to extern crate alloc and then implement a dummy #[global_allocator] that does nothing for it to link and build.

@gregorygaines gregorygaines merged commit 5fa1198 into main Jun 4, 2026
9 of 10 checks passed
@gregorygaines gregorygaines deleted the array-heap-update branch June 4, 2026 09:26
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