Skip to content

Reject mismatched bittedness/endianness cores - #360

Merged
godlygeek merged 1 commit into
bloomberg:mainfrom
godlygeek:fail_explicitly_for_wrong_endianness_cores
Sep 18, 2026
Merged

godlygeek merged 1 commit into
bloomberg:mainfrom
godlygeek:fail_explicitly_for_wrong_endianness_cores

Conversation

@godlygeek

Copy link
Copy Markdown
Contributor

Explicitly reject core files with a different bittedness (64-bit vs 32-bit) or endianness than the host. These would never have worked, but until now the reason wasn't clearly surfaced to the user.

Split out from #358

Explicitly reject core files with a different bittedness (64-bit vs
32-bit) or endianness than the host. These would never have worked, but
until now the reason wasn't clearly surfaced to the user.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek self-assigned this Sep 18, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 92.85714% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.19%. Comparing base (3da43e6) to head (747c971).

Files with missing lines Patch % Lines
src/pystack/_pystack/corefile.cpp 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #360      +/-   ##
==========================================
- Coverage   78.20%   78.19%   -0.02%     
==========================================
  Files          58       58              
  Lines        6671     6690      +19     
  Branches      627      630       +3     
==========================================
+ Hits         5217     5231      +14     
- Misses       1454     1459       +5     
Flag Coverage Δ
cpp 78.19% <92.85%> (-0.02%) ⬇️
python 78.19% <92.85%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@godlygeek
godlygeek merged commit a0ec380 into bloomberg:main Sep 18, 2026
39 checks passed
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.

3 participants