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

Prevent having two different unpacking methods #548

Merged
merged 2 commits into from May 11, 2021
Merged

Prevent having two different unpacking methods #548

merged 2 commits into from May 11, 2021

Conversation

cyberdelia
Copy link
Contributor

Prevent having two different unpacking methods in the unpacker: unpackValue exclusively use arrays for both arrays and maps , and unpackValue(Variable) uses list and map. This will prevent having two different behaviour when unpacking values and prevent some code duplication.

@xerial xerial merged commit 75d33d1 into msgpack:develop May 11, 2021
@cyberdelia
Copy link
Contributor Author

Well, I'm still worried by the lack of tests failing because of my improper logic copy/pasta.

@cyberdelia cyberdelia deleted the no-map-land branch May 11, 2021 19:35
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.

None yet

2 participants