-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
[bugfix] Fix ignored namespace binding conflict #4507
base: develop
Are you sure you want to change the base?
[bugfix] Fix ignored namespace binding conflict #4507
Conversation
Kudos, SonarCloud Quality Gate passed! |
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.
Please add a (set of) test(s) as provided in the nice original problem report.
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.
Looks good but I do not see any tests for it. I would prefer them to be XQSuite tests.
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.
I have just attempted the test in the linked issue. Unfortunately it shows that this is not the correct solution to the problem. We cannot statically detect this at compile time as this PR attempts to do, the issue we are trying to solve can only be detected at runtime.
Can we close this PR, @adamretter? The linked issue is closed. |
As this is not the right fix, and there are pending change request I’ll convert this to draft |
e906b1e
to
4231785
Compare
Description:
Add error when namespace binding conflict occurs.
Reference:
#1482
Type of tests:
Existing tests still work.
This open source contribution to the eXist-db project was commissioned by the Office of the Historian, U.S. Department of State, https://history.state.gov/.