Re: [PATCH v4 06/83] buildman: Avoid globals in leaf functions

2023-07-24 Thread Simon Glass
Rather than using the global thoughout each function, pass in these values. This allows tests to use different values when testing the same functions. Improve a few comments while we are here. No functional change is intended. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3

[PATCH v4 06/83] buildman: Avoid globals in leaf functions

2023-07-19 Thread Simon Glass
Rather than using the global thoughout each function, pass in these values. This allows tests to use different values when testing the same functions. Improve a few comments while we are here. No functional change is intended. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3