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. |
willmmiles
left a comment
There was a problem hiding this comment.
Generally looks good to me and passes my functional tests.
fix for incorrect JSON array creation.