Skip to content

Fix CStruct#clone - #67

Open
mrkn wants to merge 2 commits into
masterfrom
fix-struct-clone
Open

Fix CStruct#clone#67
mrkn wants to merge 2 commits into
masterfrom
fix-struct-clone

Conversation

@mrkn

@mrknmrkn commented Jan 31, 2021

Copy link
Copy Markdown
Member

To fixGH-66.

TODO:

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

@mrknmrkn changed the title Fix Struct#cloneFix CStruct#cloneJan 31, 2021
Sign up for freeto 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.

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

1 participant

@mrkn