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

Remove deprecation diagnostic supppression for dtostrf #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jboynes
Copy link
Contributor

@jboynes jboynes commented Sep 9, 2023

Have the tests use an implementation of dtostrf which checks for the largest buffer needed by the String class.
Document the risks of that implementaton and add a TODO not to rely on this function in the production code.

As this no longer uses the deprecated sample implementation, the warning suppression can be removed as it is not compiled.

@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (66aa7db) 95.52% compared to head (fdda28c) 95.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
- Coverage   95.52%   95.50%   -0.03%     
==========================================
  Files          16       15       -1     
  Lines        1072     1067       -5     
==========================================
- Hits         1024     1019       -5     
  Misses         48       48              

see 1 file with indirect coverage changes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants