grindmerge.pl to merge valgrind suppressions (Issue #26205)

11 views
Skip to first unread message

normvcr

unread,
Feb 18, 2026, 4:20:19 PM (2 days ago) Feb 18
to wx-...@googlegroups.com, Subscribed
normvcr created an issue (wxWidgets/wxWidgets#26205)

I have created this forum message, as I am unable to create an account on wxWiki.
WxWiki contains a very helpful perl script in the page

https://wiki.wxwidgets.org/Parse_valgrind_suppressions.sh

At the bottom of the page is a perl script, which I had to edit for it to run on linux:

In the line:

$key =~ s/(\A{[^\n]*\n)\s*[^\n]*\n/$1/;

change "{" to "\{":

$key =~ s/(\A\{[^\n]\n)\s[^\n]*\n/$1/;

A big thank you to the author of the script.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/26205@github.com>

Reply all
Reply to author
Forward
0 new messages