-
Notifications
You must be signed in to change notification settings - Fork 279
Fix: Inconsistencies due to parameters in description property #3924
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
Conversation
tcitworld
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
st3iny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the fix.
Tested with multiple parameters and works fine.
Codecov Report
@@ Coverage Diff @@
## main #3924 +/- ##
=========================================
Coverage 29.42% 29.42%
Complexity 322 322
=========================================
Files 221 221
Lines 7578 7578
Branches 1001 1000 -1
=========================================
Hits 2230 2230
Misses 5348 5348
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@max65482 Could you be so kind to rebase once more to current main? I fixed the broken PHP tests there. |
Signed-off-by: Maximilian Martin <[email protected]>
Signed-off-by: Maximilian Martin <[email protected]>
b125fd8 to
4086576
Compare
|
Done! |
This is a follow-up of #3918. In this old PR only the ALTREP parameter is cleared upon modification of the description property. It therefore solves #3863. However, also all other possible parameters may cause inconsistencies. This PR deletes all parameters of the description property upon modification.