I'll get this fix in separately while I work on SVG unit tests.
https://github.com/wxWidgets/wxWidgets/pull/26620
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Note that this will still result in an extra space (due to "%s " being present in the format string). Not sure if it's worth fixing, but it would be tidier if we avoided it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@Blake-Madden pushed 1 commit.
—
View it on GitHub or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Note that this will still result in an extra space (due to
"%s "being present in the format string). Not sure if it's worth fixing, but it would be tidier if we avoided it.
Fixed
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@vadz approved this pull request.
Thanks, this is difficult to review and I'm not sure if any changes here would be detected by our tests, but assuming you tested it and there are no missing spaces anywhere, it looks good and I'll merge it.
I do wonder if we could use some better/safer way of building strings with SVG attributes than wxString::Format("%s"), e.g. something like AttributeBuilder::Add("name", possibleEmptyValue).Add(...).ToString(). But we would definitely want to have tests detecting breakage first if we ever decide to change this code like this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()