All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] De-globalization of 'devtool'
@ 2025-01-12 14:53 chris.laplante
  2025-01-12 14:53 ` [PATCH 1/7] devtool: un-globalize the 'basepath' variable chris.laplante
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: chris.laplante @ 2025-01-12 14:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chris Laplante

From: Chris Laplante <chris.laplante@agilent.com>

This patchset removes global variables from the 'devtool' script. It
also changes `Context` to be a dataclass.

All devtool self-tests pass, tested via: oe-selftest -r devtool

Chris Laplante (7):
  devtool: un-globalize the 'basepath' variable
  devtool: un-globalize 'workspace' variable
  devtool: un-globalize 'context' variable and convert it to a dataclass
  devtool: un-globalize 'config' variable
  devtool: un-globalize 'plugins' variable
  devtool: misc cleanups
  devtool: remove unused 'config' param from '_create_workspace' method

 scripts/devtool | 88 +++++++++++++++++++++++++------------------------
 1 file changed, 45 insertions(+), 43 deletions(-)

--
2.43.0



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

end of thread, other threads:[~2025-01-13 14:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-12 14:53 [PATCH 0/7] De-globalization of 'devtool' chris.laplante
2025-01-12 14:53 ` [PATCH 1/7] devtool: un-globalize the 'basepath' variable chris.laplante
2025-01-12 14:53 ` [PATCH 2/7] devtool: un-globalize 'workspace' variable chris.laplante
2025-01-12 14:53 ` [PATCH 3/7] devtool: un-globalize 'context' variable and convert it to a dataclass chris.laplante
2025-01-12 14:53 ` [PATCH 4/7] devtool: un-globalize 'config' variable chris.laplante
2025-01-12 14:53 ` [PATCH 5/7] devtool: un-globalize 'plugins' variable chris.laplante
2025-01-12 14:53 ` [PATCH 6/7] devtool: misc cleanups chris.laplante
2025-01-12 14:53 ` [PATCH 7/7] devtool: remove unused 'config' param from '_create_workspace' method chris.laplante
2025-01-13 11:31 ` [OE-core] [PATCH 0/7] De-globalization of 'devtool' Alexander Kanavin
2025-01-13 14:51   ` chris.laplante
2025-01-13 14:35 ` Mathieu Dubois-Briand
2025-01-13 14:50   ` 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.