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

execution: fix silkworm_capi_test on macOS (#2389) #2412

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

battlmonstr
Copy link
Contributor

-fno-exceptions flag renders all code as noexcept, even methods that are not marked noexcept. In particular, virtual methods that are provided to core as abstract interfaces, but implemented in db and node can throw.

Keep the strict flag only for WASM ("core only") builds.

-fno-exceptions flag renders all code as noexcept, even methods that are not marked noexcept.
In particular, virtual methods that are provided to core as abstract interfaces, but implemented in db and node can throw.

Keep the strict flag only for WASM ("core only") builds.
@battlmonstr battlmonstr requested a review from canepat October 9, 2024 11:20
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.87%. Comparing base (c5e4a8d) to head (c4c19d6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2412      +/-   ##
==========================================
+ Coverage   52.85%   52.87%   +0.01%     
==========================================
  Files         728      728              
  Lines       49932    49932              
  Branches     7570     7570              
==========================================
+ Hits        26392    26400       +8     
+ Misses      21221    21209      -12     
- Partials     2319     2323       +4     

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

@canepat canepat added the maintenance Some maintenance work (fix, refactor, rename, test...) label Oct 9, 2024
@canepat canepat merged commit fa11d8f into master Oct 9, 2024
17 checks passed
@canepat canepat deleted the ci/2389 branch October 9, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Some maintenance work (fix, refactor, rename, test...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants