Skip to content

add clone and partialeq to all enums#69

Merged
9prady9 merged 1 commit intodevelfrom
hotfix/enum_traits
Apr 21, 2016
Merged

add clone and partialeq to all enums#69
9prady9 merged 1 commit intodevelfrom
hotfix/enum_traits

Conversation

@jramapuram
Copy link
Copy Markdown
Member

This pull adds Debug and PartialEq to all the available af enums.
I had one done earlier for just one. This covers the rest.

  • Debug: adds ability to pretty-print enum
  • PartialEq: adds ability to do a==b? and a!=b

@9prady9 9prady9 self-assigned this Apr 21, 2016
@9prady9 9prady9 added this to the 3.3.0 milestone Apr 21, 2016
@9prady9 9prady9 merged commit 01987e0 into devel Apr 21, 2016
@9prady9 9prady9 deleted the hotfix/enum_traits branch April 21, 2016 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants