Skip to content

Comments

Add support for new Map type introduced in Erlang R17#6

Open
gbour wants to merge 3 commits intotherve:masterfrom
gbour:feat-map
Open

Add support for new Map type introduced in Erlang R17#6
gbour wants to merge 3 commits intotherve:masterfrom
gbour:feat-map

Conversation

@gbour
Copy link

@gbour gbour commented Jul 12, 2016

No description provided.

@therve
Copy link
Owner

therve commented Jul 13, 2016

Do you feel like adding some tests for it? I think I fixed tests in master now.

@coveralls
Copy link

coveralls commented Jul 13, 2016

Coverage Status

Coverage decreased (-0.5%) to 94.054% when pulling 2f6a487 on gbour:feat-map into 8c5d643 on therve:master.

@coveralls
Copy link

coveralls commented Jul 14, 2016

Coverage Status

Coverage decreased (-0.04%) to 94.542% when pulling 61a9e12 on gbour:feat-map into 67d0c94 on therve:master.

@gbour
Copy link
Author

gbour commented Jul 14, 2016

Great news 👍
I've added map parser/packer tests

Pack a map.
"""
length = len(term)
packetData = (self.packChar(self.MAGIC_MAP) + self.packInt(length))
Copy link
Owner

Choose a reason for hiding this comment

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

You can remove the parenthesis here.

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