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

Properly stringify collection attributes as sequences #85

Merged
merged 1 commit into from
May 23, 2024

Conversation

jsotuyod
Copy link
Member

@jsotuyod jsotuyod commented May 7, 2024

Previous designer versions would work, but show collections as ["first", "second"], but proper sequences use parentheses as ("first", "second").

We don't need to force the designer to work against a new PMD version, it just works regardless of the version in use.

Before:
image

After:
image

 - Show them as proper XPath sequences
@adangel adangel added this to the next milestone May 23, 2024
Copy link
Member

@adangel adangel left a comment

Choose a reason for hiding this comment

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

Thanks, looks good!

adangel added a commit that referenced this pull request May 23, 2024
adangel added a commit that referenced this pull request May 23, 2024
Merge pull request #85 from sequence-attributes
@adangel adangel merged commit e8b25a5 into master May 23, 2024
1 check passed
@adangel adangel deleted the sequence-attributes branch May 23, 2024 16:14
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