All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/10] optparse => argparse
@ 2020-11-08 22:10 Chris Laplante
  2020-11-08 22:10 ` [PATCH v3 01/10] cookerdata: tweak to avoid mutable default argument Chris Laplante
                   ` (11 more replies)
  0 siblings, 12 replies; 22+ messages in thread
From: Chris Laplante @ 2020-11-08 22:10 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Chris Laplante

v1: initial
v2: fix intermixed argument parsing
v3: fix TinfoilConfigParameters defaulting of 'ui' with string, reorder
    patches

Chris Laplante (10):
  cookerdata: tweak to avoid mutable default argument
  tests/arg_parser: add stub for testing arg parsing
  tests/arg_parser: add test for 'bitbake -S none world'
  main: migrate from optparse to argparse
  main: group --help options to make them easier to read
  main: rename list_extension_modules => load_extension_modules to
    clarify its function
  tests/arg_parser: add test for lazy loading of bb.ui modules
  main: fix parsing of intermixed arguments
  tinfoil: use knotty module itself as default 'ui' arg to keep up with
    changes in setup_bitbake
  tests/arg_parser: add test for default TinfoilConfigParameters 'ui'

 bin/bitbake-selftest       |   3 +-
 lib/bb/cookerdata.py       |   6 +-
 lib/bb/main.py             | 327 +++++++++++++++++++------------------
 lib/bb/tests/arg_parser.py |  62 +++++++
 lib/bb/tinfoil.py          |   9 +-
 5 files changed, 240 insertions(+), 167 deletions(-)
 create mode 100644 lib/bb/tests/arg_parser.py

--
2.17.1


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

end of thread, other threads:[~2020-11-20 11:17 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08 22:10 [PATCH v3 00/10] optparse => argparse Chris Laplante
2020-11-08 22:10 ` [PATCH v3 01/10] cookerdata: tweak to avoid mutable default argument Chris Laplante
2020-11-08 22:10 ` [PATCH v3 02/10] tests/arg_parser: add stub for testing arg parsing Chris Laplante
2020-11-08 22:10 ` [PATCH v3 03/10] tests/arg_parser: add test for 'bitbake -S none world' Chris Laplante
2020-11-08 22:10 ` [PATCH v3 04/10] main: migrate from optparse to argparse Chris Laplante
2020-11-08 22:10 ` [PATCH v3 05/10] main: group --help options to make them easier to read Chris Laplante
2020-11-08 22:10 ` [PATCH v3 06/10] main: rename list_extension_modules => load_extension_modules to clarify its function Chris Laplante
2020-11-08 22:10 ` [PATCH v3 07/10] tests/arg_parser: add test for lazy loading of bb.ui modules Chris Laplante
2020-11-08 22:10 ` [PATCH v3 08/10] main: fix parsing of intermixed arguments Chris Laplante
2020-11-08 22:10 ` [PATCH v3 09/10] tinfoil: use knotty module itself as default 'ui' arg to keep up with changes in setup_bitbake Chris Laplante
2020-11-08 22:10 ` [PATCH v3 10/10] tests/arg_parser: add test for default TinfoilConfigParameters 'ui' Chris Laplante
2020-11-10 21:33 ` [bitbake-devel] [PATCH v3 00/10] optparse => argparse Richard Purdie
2020-11-10 21:36   ` Chris Laplante
2020-11-10 21:38 ` Richard Purdie
2020-11-10 21:40   ` Chris Laplante
2020-11-18 16:37   ` Chris Laplante
2020-11-18 16:44     ` Richard Purdie
2020-11-18 17:07       ` Chris Laplante
2020-11-18 17:24         ` Richard Purdie
2020-11-18 21:01           ` Chris Laplante
2020-11-20 11:17             ` Richard Purdie
     [not found]       ` <1648A9226B93C86E.28066@lists.openembedded.org>
2020-11-18 17:08         ` Chris Laplante

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.