Skip to content

bugfix: Fixes #35 and adds a test case - #36

Merged
cwacek merged 1 commit into
masterfrom
fix/35
Mar 9, 2016
Merged

cwacek merged 1 commit into
masterfrom
fix/35

Conversation

@cwacek

@cwacek cwacek commented Mar 9, 2016

Copy link
Copy Markdown
Owner

There was an issue in the as_dict method of protocol base
where it wasn't ever explicitly checking for subclasses
of ProtocolBase and calling as_dict for them. This makes
the check explicity, rather than implicit (by checking for other
conditions or the existence of 'as_dict')

There was an issue in the as_dict method of protocol base
where it wasn't ever explicitly checking for subclasses
of ProtocolBase and calling as_dict for them. This makes
the check explicity, rather than implicit (by checking for other
conditions or the existence of 'as_dict')
cwacek added a commit that referenced this pull request Mar 9, 2016
bugfix: Fixes #35 and adds a test case to check it.
@cwacek
cwacek merged commit c878f80 into master Mar 9, 2016
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.

1 participant