We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Player::copyFrom
The Player class is brittle for some parts and testing would help catching future bugs.
Player
The most important is to test copyFrom and ensure that it indeeds perform a deep-copy.
copyFrom
By testing this method, adding new fields to Player without updating copyFrom would result in a test failure of the deep-copy.
The text was updated successfully, but these errors were encountered:
hey @BarthPaleologue I would like to work on this issue would require some more info regarding the issue
Sorry, something went wrong.
Welcome back :) I assigned you to the issue, let me know what you need to know to complete the issue!
Also don't forget about #245 haha as you are 95% there.
vr-varad
No branches or pull requests
The
Player
class is brittle for some parts and testing would help catching future bugs.The most important is to test
copyFrom
and ensure that it indeeds perform a deep-copy.By testing this method, adding new fields to
Player
without updatingcopyFrom
would result in a test failure of the deep-copy.The text was updated successfully, but these errors were encountered: