Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix patch operators on the base object. #2859

Merged
merged 4 commits into from
May 14, 2024
Merged

Fix patch operators on the base object. #2859

merged 4 commits into from
May 14, 2024

Conversation

T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented May 13, 2024

Fix #2855, the operators +=,-=,*=, /=, |= on patch without a location were returning the noop object that can't be serialize, they needed to return themself instead to be used.

@T4rk1n T4rk1n requested review from gvwilson and emilykl May 13, 2024 18:26
@T4rk1n T4rk1n merged commit fbaed89 into dev May 14, 2024
3 checks passed
@T4rk1n T4rk1n deleted the fix/patch-ops branch May 14, 2024 15:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Patch += operation not working on the patch object.
2 participants