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

add clone and debug derive for OperandArrayVec #33

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

spinpx
Copy link
Contributor

@spinpx spinpx commented Oct 18, 2023

Hi, I found that Instruction and Instruction do not have the traits for Clone and Debug.
This is because the OperandArrayVec does not implement the traits.
Could you consider adding them?

@r3bb1t
Copy link

r3bb1t commented Oct 18, 2023

Also the problem mentioned here btw:
#30 (comment)

Copy link
Member

@athre0z athre0z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, this was an oversight indeed. Thanks!

@athre0z athre0z merged commit a6c954e into zyantific:master Oct 22, 2023
7 checks passed
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.

3 participants