PING Re: [PATCH RFA] gdbhooks: regex syntax error

2024-02-12 Thread Jason Merrill
Ping On 2/6/24 17:07, Jason Merrill wrote: Briefly tested that break-on-pass completion works. Oddly, it also works without the patch, but the fix still seems worthwhile. OK for trunk? -- 8< -- Recent python complains about this pattern with SyntaxWarning: invalid escape sequence '\s' bec

[PATCH RFA] gdbhooks: regex syntax error

2024-02-06 Thread Jason Merrill
Briefly tested that break-on-pass completion works. Oddly, it also works without the patch, but the fix still seems worthwhile. OK for trunk? -- 8< -- Recent python complains about this pattern with SyntaxWarning: invalid escape sequence '\s' because \s in a regular string just means 's'; for