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

Fix map to override keys #47

Merged
merged 1 commit into from
May 20, 2019
Merged

Fix map to override keys #47

merged 1 commit into from
May 20, 2019

Conversation

tk-codes
Copy link
Collaborator

Remove redundant MapPush: VM should not allow users to append new keys to the end.
Fix MapSetVal: VM should replace existing key. If not present, it should append it.

Resolves #45

Remove redundant MapPush: VM should not allow users to
append new keys to the end.
Fix MapSetVal: VM should replace existing key. If not present,
it should append it
@tk-codes tk-codes requested a review from skas102 May 19, 2019 20:12
@skas102 skas102 merged commit 0bfdc64 into master May 20, 2019
@skas102 skas102 deleted the fix/map-set-values branch May 20, 2019 08:06
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.

MapPush does not override the existing key
2 participants