Re: [PATCH v2] meson: Convert undefsym.sh to undefsym.py

2020-08-29 Thread Stefan Hajnoczi
On Fri, Aug 28, 2020 at 5:18 PM 罗勇刚(Yonggang Luo) wrote: > > I am confusing, why my patch are not recognized by Patchew? I looked at the message headers in case git-publish corrupted the email, but I didn't notice any issues. Some of your other patches were detected correctly by Patchew: https:/

Re: [PATCH v2] meson: Convert undefsym.sh to undefsym.py

2020-08-28 Thread Yonggang Luo
I am confusing, why my patch are not recognized by Patchew? -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

[PATCH v2] meson: Convert undefsym.sh to undefsym.py

2020-08-28 Thread Yonggang Luo
undefsym.sh are not msys2 compatible, convert it to python script Signed-off-by: Yonggang Luo --- meson.build | 2 +- scripts/undefsym.py | 70 + scripts/undefsym.sh | 20 - 3 files changed, 71 insertions(+), 21 deletions(-) creat