public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch v1 0/5] cleanup shared functions
@ 2019-01-10 18:39 Jaben Carsey
  2019-01-10 18:39 ` [Patch v1 1/5] BaseTools/build/build: refactor and move functions Jaben Carsey
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jaben Carsey @ 2019-01-10 18:39 UTC (permalink / raw)
  To: edk2-devel; +Cc: Bob Feng, Liming Gao

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=42

Many shared functions are not used by more than one consumer. 
Move them local to consumer until the use arises for sharing.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>

Jaben Carsey (5):
  BaseTools/build/build: refactor and move functions
  BaseTools/Workspace/InfBuildData: move functions
  BaseTools/DscBuildData: move function
  BaseTools/AutoGen: move functions
  BaseTools/GenFds/Capsule: move function logic

 BaseTools/Source/Python/AutoGen/AutoGen.py        |  77 ++++++++-
 BaseTools/Source/Python/Common/Misc.py            | 167 +-------------------
 BaseTools/Source/Python/GenFds/Capsule.py         |   4 +-
 BaseTools/Source/Python/Workspace/DscBuildData.py |  50 ++++--
 BaseTools/Source/Python/Workspace/InfBuildData.py |  46 +++++-
 BaseTools/Source/Python/build/build.py            |  46 +++++-
 6 files changed, 192 insertions(+), 198 deletions(-)

-- 
2.16.2.windows.1



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

end of thread, other threads:[~2019-01-17  7:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-10 18:39 [Patch v1 0/5] cleanup shared functions Jaben Carsey
2019-01-10 18:39 ` [Patch v1 1/5] BaseTools/build/build: refactor and move functions Jaben Carsey
2019-01-17  7:46   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 2/5] BaseTools/Workspace/InfBuildData: " Jaben Carsey
2019-01-17  7:46   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 3/5] BaseTools/DscBuildData: move function Jaben Carsey
2019-01-17  7:47   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 4/5] BaseTools/AutoGen: move functions Jaben Carsey
2019-01-17  7:47   ` Feng, Bob C
2019-01-10 18:39 ` [Patch v1 5/5] BaseTools/GenFds/Capsule: move function logic Jaben Carsey

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