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

Incorporates pending feedback from lazy reader PRs #642

Merged
merged 49 commits into from
Sep 7, 2023
Merged

Conversation

@zslayton zslayton marked this pull request as ready for review September 7, 2023 17:50
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage is 94.73% of modified lines.

Files Changed Coverage
src/lazy/reader.rs ø
src/lazy/text/encoded_value.rs ø
src/result/decoding_error.rs ø
src/lazy/str_ref.rs 50.00%
src/lazy/text/buffer.rs 100.00%
src/lazy/text/matched.rs 100.00%

📢 Thoughts on this report? Let us know!.

@zslayton zslayton changed the title Lazy pr feedback Incorporates pending feedback from lazy reader PRs Sep 7, 2023
@@ -443,7 +443,7 @@ impl MatchedString {
}
}

fn decode_text_containing_escapes(
fn replace_escapes_with_byte_values(
Copy link
Contributor

Choose a reason for hiding this comment

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

I like this name choice. Much better than the previous one and any of my suggestions.

Base automatically changed from lazy-reader-ion-tests to main September 7, 2023 20:45
@zslayton zslayton merged commit ec91888 into main Sep 7, 2023
18 checks passed
@zslayton zslayton deleted the lazy-pr-feedback branch September 7, 2023 21:12
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