public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/6] moveconfig: Improve the pylist score a little
@ 2021-12-18 21:54 Simon Glass
  2021-12-18 21:54 ` [PATCH 1/6] moveconfig: Use single quotes Simon Glass
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Simon Glass @ 2021-12-18 21:54 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Heinrich Schuchardt, Masahiro Yamada, Simon Glass, Trevor Woerner

There are about 240 warnings in this file.

This series refactors file reading and writing, which fixes about 40. It
also includes a patch to make a start on the rest, reducing the count to
about 160.

It also tidies up quoting.

There are still about 160 warnings left.


Simon Glass (6):
  moveconfig: Use single quotes
  moveconfig: Convert to ArgumentParser
  moveconfig: Drop check for old Python
  moveconfig: Use a function to write files
  moveconfig: Use a function to read files
  moveconfig: Fix some pylint errors

 tools/moveconfig.py | 645 +++++++++++++++++++++++---------------------
 1 file changed, 336 insertions(+), 309 deletions(-)

-- 
2.34.1.173.g76aa8bc2d0-goog


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-01-25 15:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-18 21:54 [PATCH 0/6] moveconfig: Improve the pylist score a little Simon Glass
2021-12-18 21:54 ` [PATCH 1/6] moveconfig: Use single quotes Simon Glass
2021-12-18 22:16   ` Heinrich Schuchardt
2021-12-28  8:33     ` Simon Glass
2022-01-25 15:57   ` Tom Rini
2021-12-18 21:54 ` [PATCH 2/6] moveconfig: Convert to ArgumentParser Simon Glass
2021-12-18 22:32   ` Heinrich Schuchardt
2021-12-18 23:33     ` Simon Glass
2022-01-25 15:57   ` Tom Rini
2021-12-18 21:54 ` [PATCH 3/6] moveconfig: Drop check for old Python Simon Glass
2021-12-18 22:27   ` Heinrich Schuchardt
2022-01-25 15:58   ` Tom Rini
2021-12-18 21:54 ` [PATCH 4/6] moveconfig: Use a function to write files Simon Glass
2022-01-25 15:58   ` Tom Rini
2021-12-18 21:54 ` [PATCH 5/6] moveconfig: Use a function to read files Simon Glass
2022-01-25 15:58   ` Tom Rini
2021-12-18 21:54 ` [PATCH 6/6] moveconfig: Fix some pylint errors Simon Glass
2022-01-25 15:58   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox