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: Allowing fields on a shared value object to be reassigned #183

Merged

Conversation

caheinz2
Copy link
Contributor

@caheinz2 caheinz2 commented May 2, 2024

Fixing bug preventing fields on a shared value object from being reassigned. map::emplace does not allow overwriting the value for a key that already exists.

Attempting to fix an issue I opened a couple hours ago: #182

…signed. map::emplace does not allow overwriting the value for a key that already exists.
Copy link
Member

@mrousavy mrousavy left a comment

Choose a reason for hiding this comment

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

Nice catch! Thanks for updating the test also, LGTM

@mrousavy mrousavy merged commit a8ae78f into margelo:main May 3, 2024
5 checks passed
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.

2 participants