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

Ensure unique XML namespace prefix declarations #1292

Merged
merged 2 commits into from
Mar 18, 2023

Conversation

glopesdev
Copy link
Member

This PR ensures that clashing XML namespace prefix declarations are always resolved within a single workflow file by adding a counter suffix. XML namespace prefixes are just shorthand for the full XML qualified namespace, so there is no need to prevent workflows from serializing correctly just because of package clashes on preferred prefix.

Fixes #1287

@glopesdev glopesdev added the fix Pull request that fixes an issue label Mar 18, 2023
@glopesdev glopesdev added this to the 2.8 milestone Mar 18, 2023
@glopesdev glopesdev merged commit 9f675dd into bonsai-rx:main Mar 18, 2023
@glopesdev glopesdev deleted the issue-1287 branch March 18, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate prefix declarations using XmlNamespacePrefixAttribute prevent serialization
1 participant