On Tuesday, December 17, 2024 09:31 CET, Luca Fancellu <[email protected]> wrote:
> Hi Ariel, > > > On 16 Dec 2024, at 23:07, Ariel Otilibili > > <[email protected]> wrote: > > > > * since 3.12 invalid escape sequences generate SyntaxWarning > > * in the future, these invalid sequences will generate SyntaxError > > * therefore changed syntax to raw string notation. > > > > Link: https://docs.python.org/3/whatsnew/3.12.html#other-language-changes > > Fixes: d8f3a67bf98 ("pygrub: further improve grub2 support") > > Fixes: dd03048708a ("xen/pygrub: grub2/grub.cfg from RHEL 7 has new > > commands in menuentry") > > Fixes: d1b93ea2615 ("tools/pygrub: Make pygrub understand default entry in > > string format") > > Fixes: 622e368758b ("Add ZFS libfsimage support patch") > > Fixes: 02b26c02c7c ("xen/scripts: add cppcheck tool to the xen-analysis.py > > script") > > Fixes: 56c0063f4e7 ("xen/misra: xen-analysis.py: Improve the cppcheck > > version check") > > > > Cc: Anthony PERARD <[email protected]> > > Cc: Luca Fancellu <[email protected]> > > Cc: Andrew Cooper <[email protected]> > > Signed-off-by: Ariel Otilibili <[email protected]> > > For the xen_analysis tool: > > Reviewed-by: Luca Fancellu <[email protected]> Awesome, Luca; thanks for review. I am looking forward a feedback on the other hunks. Ariel > >
