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

Some cleanups for the decompression code #17

Merged
merged 7 commits into from
Nov 6, 2024
Merged

Conversation

bjorn3
Copy link
Collaborator

@bjorn3 bjorn3 commented Nov 6, 2024

No description provided.

Most of the work has been done using:

sed -i "$(rg --json '\d{10,30}' decompress.rs | jq -r '. \
| select(.type == "match") | .data.submatches[0].match.text' | sort \
| uniq | nl -w1 -s' ' | sed -E 's/([0-9]*) ([0-9]*)/s\/\2\/Block\1\//' \
| tr '\n' ';')" decompress.rs
decompress.rs Outdated Show resolved Hide resolved
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

Attention: Patch coverage is 72.72727% with 78 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
decompress.rs 72.72% 78 Missing ⚠️
Files with missing lines Coverage Δ
decompress.rs 78.26% <72.72%> (ø)

@folkertdev folkertdev merged commit 1a9b67b into main Nov 6, 2024
11 checks passed
@folkertdev folkertdev deleted the decompress_cleanup branch November 6, 2024 15:56
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