-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
xml comma bugfix + few string optimisations #4286
Conversation
Can you please provide a little more info on what what the impact of this issue was so others know how to test your fix and also establish if it needs to be merged before the release candidate is tagged |
Sorry. |
Thank you for that further information, but I must confess that I am still unclear on what was wrong or how to reproduce the error. I find examples really helpful |
The bug is a code inconsistency on whether the commas in the reserved pin list ought to be added first or last. The "disallowed" pins added commas after, but other cases (DMX, hardwareTx, wired Ethernet) would add a comma first, so the list would end up reading That said: while not technically correct, in my prior testing, the UI did seem to handle the empty element gracefully. |
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.
Generally looks good to me and passes my functional tests.
fix for incorrect JSON array creation.