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

Refactored Data.asString implementation #2695

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

NachoSoto
Copy link
Contributor

This was duplicated with the hexString implementation, which is also memory efficient.

This also renames the file and removes any unnecessary references to NSData

This was duplicated with the `hexString` implementation, which is also memory efficient.
Also renamed the file and removed any unnecessary references to `NSData`
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #2695 (9f6d9d8) into main (bb1b3e4) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2695      +/-   ##
==========================================
- Coverage   86.60%   86.59%   -0.01%     
==========================================
  Files         209      209              
  Lines       14833    14825       -8     
==========================================
- Hits        12846    12838       -8     
  Misses       1987     1987              
Impacted Files Coverage Δ
Sources/FoundationExtensions/Data+Extensions.swift 78.72% <100.00%> (-3.10%) ⬇️

@NachoSoto NachoSoto merged commit 1dc19f6 into main Jun 23, 2023
@NachoSoto NachoSoto deleted the data-as-string-refactor branch June 23, 2023 14:31
tonidero pushed a commit that referenced this pull request Jun 26, 2023
**This is an automatic release.**

### Bugfixes
* Fix google play purchases missing purchase date (#2703) via Toni Rico
(@tonidero)
### Other Changes
* `PurchaseTester`: fixed `watchOS` build and ASC deployment (#2701) via
NachoSoto (@NachoSoto)
* Add `Data.sha1` (#2696) via NachoSoto (@NachoSoto)
* Refactor: extract `ErrorResponse` into its own file (#2697) via
NachoSoto (@NachoSoto)
* Add `Sequence<AdditiveArithmetic>.sum()` (#2694) via NachoSoto
(@NachoSoto)
* Refactored `Data.asString` implementation (#2695) via NachoSoto
(@NachoSoto)
* `Diagnostics`: new `FileHandler` for abstracting file operations
(#2673) via NachoSoto (@NachoSoto)
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