-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Fix getGarbageLen
to retrun correct size
#743
Conversation
To correct a mislinked hyperlink for the HELM Chart file line within the `MAINTAINING.md` file.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #743 +/- ##
==========================================
+ Coverage 49.25% 49.27% +0.01%
==========================================
Files 69 69
Lines 10084 10087 +3
==========================================
+ Hits 4967 4970 +3
Misses 4601 4601
Partials 516 516 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution.
I left a comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 👍
What this PR does / why we need it:
GarbageLen
function returns the correct length, I used a Map to eliminate duplicate countingGarbageLen
(same with the test case in this PR)Which issue(s) this PR fixes:
Fixes #688
Special notes for your reviewer:
Refer yorkie-js-sdk/PR #714
The PR solves the same problem. And you can track the optimization history.
Does this PR introduce a user-facing change?:
Additional documentation:
Checklist: