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

fix: support features #289

Merged
merged 1 commit into from
Jul 30, 2023
Merged

fix: support features #289

merged 1 commit into from
Jul 30, 2023

Conversation

DaniPopes
Copy link
Contributor

Motivation

Some support features fail to compile when on "default_features = false" because they don't enable "alloc".

This wasn't caught by CI because running "--all-targets" implicitly enables "std" due to the self-dependency (ruint depends on ruint as a dev-dependency with extra features enabled).

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.08% ⚠️

Comparison is base (b642aa3) 82.80% compared to head (3d41993) 82.73%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
- Coverage   82.80%   82.73%   -0.08%     
==========================================
  Files          52       52              
  Lines        5648     5648              
==========================================
- Hits         4677     4673       -4     
- Misses        971      975       +4     
Files Changed Coverage Δ
src/support/scale.rs 82.28% <ø> (ø)
src/support/serde.rs 92.50% <ø> (ø)

... and 1 file with indirect coverage changes

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

Copy link
Collaborator

@prestwich prestwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs cargo hack fixed

@prestwich prestwich merged commit 8108c43 into recmo:main Jul 30, 2023
12 of 13 checks passed
@DaniPopes DaniPopes deleted the fix-features branch July 30, 2023 21:53
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