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

fix where deepCopy was not actually deep coping elements. #71

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

skhugh
Copy link
Contributor

@skhugh skhugh commented Jan 13, 2023

What this PR does / why we need it?

fix where deepCopy was not actually deep coping elements.

Any background context you want to provide?

What are the relevant tickets?

Fixes #

Checklist

  • Added relevant tests or not required
  • Didn't break anything

@skhugh skhugh self-assigned this Jan 13, 2023
@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Merging #71 (4a4c7e2) into main (9562b3d) will decrease coverage by 0.24%.
The diff coverage is 61.11%.

@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
- Coverage   81.09%   80.84%   -0.25%     
==========================================
  Files          52       52              
  Lines        2348     2355       +7     
  Branches      336      336              
==========================================
  Hits         1904     1904              
- Misses        255      260       +5     
- Partials      189      191       +2     
Impacted Files Coverage Δ
...in/kotlin/dev/yorkie/document/crdt/RgaTreeSplit.kt 64.86% <45.45%> (-1.02%) ⬇️
...c/main/kotlin/dev/yorkie/document/crdt/TextInfo.kt 93.10% <80.00%> (-3.06%) ⬇️
...main/kotlin/dev/yorkie/document/crdt/CrdtObject.kt 90.69% <100.00%> (ø)
...c/main/kotlin/dev/yorkie/document/crdt/CrdtText.kt 87.14% <100.00%> (ø)
...ain/kotlin/dev/yorkie/document/crdt/CrdtElement.kt 78.94% <0.00%> (-5.27%) ⬇️
...c/main/kotlin/dev/yorkie/document/crdt/RhtPQMap.kt 79.71% <0.00%> (-1.45%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@hackerwins hackerwins left a 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.

@hackerwins hackerwins merged commit 2b37838 into main Jan 13, 2023
@hackerwins hackerwins deleted the text_fix branch January 13, 2023 15:53
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