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

feat: fix and test for no_std with alloc #83

Merged
merged 2 commits into from Sep 28, 2021

Conversation

tommilligan
Copy link
Collaborator

@tommilligan tommilligan commented Sep 12, 2021

For #82

Work in progress towards no_std support (will still require alloc). Things still to do:

  • readme
  • changelog
  • decide what version this should be, feels like a good excuse for v1
  • benchmark? should be identical

pretty_assertions/src/lib.rs Outdated Show resolved Hide resolved
pretty_assertions/src/lib.rs Outdated Show resolved Hide resolved
pretty_assertions/src/printer.rs Outdated Show resolved Hide resolved
pretty_assertions/src/printer.rs Outdated Show resolved Hide resolved
pretty_assertions/tests/macros.rs Outdated Show resolved Hide resolved
pretty_assertions/tests/macros.rs Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2021

Codecov Report

Merging #83 (659b66b) into main (9ef3e0d) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   96.95%   96.85%   -0.10%     
==========================================
  Files           4        4              
  Lines         197      191       -6     
==========================================
- Hits          191      185       -6     
  Misses          6        6              
Impacted Files Coverage Δ
pretty_assertions/src/lib.rs 100.00% <ø> (ø)
pretty_assertions/src/printer.rs 99.24% <ø> (ø)
pretty_assertions/tests/macros.rs 97.95% <ø> (-0.23%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ef3e0d...659b66b. Read the comment docs.

@tommilligan tommilligan merged commit 737c861 into rust-pretty-assertions:main Sep 28, 2021
@tommilligan tommilligan deleted the assert-eq-no-std branch September 28, 2021 10:47
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.

None yet

3 participants