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 CStruct#clone #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix CStruct#clone #67

wants to merge 2 commits into from

Conversation

mrkn
Copy link
Member

@mrkn mrkn commented Jan 31, 2021

To fix GH-66.

TODO:

  • Write test of CStruct#clone
  • Add CStruct#initialize_copy
  • Add CStructEntity#initialize_copy
  • Add test of CUnion#clone
  • Add CUnion#initialize_copy

@mrkn mrkn changed the title Fix Struct#clone Fix CStruct#clone Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

The clone method of Fiddle::CStruct object is shallow copy
1 participant