public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/4] BaseTools: refactoring (and one bug fix)
@ 2018-04-11 23:08 Jaben
  2018-04-11 23:08 ` [PATCH v1 1/4] BaseTools: remove duplicate function name Jaben
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jaben @ 2018-04-11 23:08 UTC (permalink / raw)
  To: edk2-devel

refactor to reduce duplication
remove a duplicate function name (I presume this branch never executes
as it would have had exception)

Jaben (4):
  BaseTools: remove duplicate function name
  BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with
    shared constants.
  BaseTools: Remove un-needed list comprehension
  BaseTools: merge towards minimum PCD MAX <something> methods

 BaseTools/Source/Python/AutoGen/AutoGen.py                      | 26 +++---
 BaseTools/Source/Python/AutoGen/GenC.py                         | 94 ++++++++++----------
 BaseTools/Source/Python/AutoGen/GenPcdDb.py                     | 23 ++---
 BaseTools/Source/Python/AutoGen/GenVar.py                       | 29 +++---
 BaseTools/Source/Python/AutoGen/ValidCheckingInfoObject.py      |  9 +-
 BaseTools/Source/Python/Common/DataType.py                      | 16 ++--
 BaseTools/Source/Python/Common/Expression.py                    | 61 ++++++-------
 BaseTools/Source/Python/Common/Misc.py                          | 12 +--
 BaseTools/Source/Python/Common/RangeExpression.py               | 25 ++----
 BaseTools/Source/Python/Common/VpdInfoFile.py                   |  9 +-
 BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py |  2 +-
 BaseTools/Source/Python/Eot/FvImage.py                          |  4 +-
 BaseTools/Source/Python/GenFds/FdfParser.py                     | 15 ++--
 BaseTools/Source/Python/GenFds/FfsInfStatement.py               | 11 ++-
 BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py          |  4 +-
 BaseTools/Source/Python/PatchPcdValue/PatchPcdValue.py          | 21 ++---
 BaseTools/Source/Python/Workspace/DscBuildData.py               | 69 ++++++--------
 BaseTools/Source/Python/build/BuildReport.py                    |  4 +-
 18 files changed, 211 insertions(+), 223 deletions(-)

-- 
2.16.2.windows.1



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

end of thread, other threads:[~2018-04-18  8:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-11 23:08 [PATCH v1 0/4] BaseTools: refactoring (and one bug fix) Jaben
2018-04-11 23:08 ` [PATCH v1 1/4] BaseTools: remove duplicate function name Jaben
2018-04-18  8:37   ` Zhu, Yonghong
2018-04-11 23:08 ` [PATCH v1 2/4] BaseTools: replace 'UINT8', 'UINT16', 'UINT32', 'UINT64', 'VOID*' with shared constants Jaben
2018-04-17 13:32   ` Zhu, Yonghong
2018-04-11 23:08 ` [PATCH v1 3/4] BaseTools: Remove un-needed list comprehension Jaben
2018-04-18  8:38   ` Zhu, Yonghong
2018-04-11 23:08 ` [PATCH v1 4/4] BaseTools: merge towards minimum PCD MAX <something> methods Jaben
2018-04-12  0:40   ` Feng, Bob C

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