triton icon indicating copy to clipboard operation
triton copied to clipboard

change naming of builtInputs, etc... to use host/target

Open codyopel opened this issue 8 years ago • 2 comments

nativeBuildInputs -> hostBuildInputs buildInputs -> targetBuildInputs

Use consistent naming propagatedNativeBuildInputs -> hostBuildInputsPropagate(d) propagatedBuildInputs -> targetBuildInputsPropagate(d)

codyopel avatar Sep 20 '17 10:09 codyopel

Drop build from function names, as they are not associated only with buildPhase. e.g. nativeBuildInputs -> hostInputs

codyopel avatar Jan 30 '18 02:01 codyopel

Also make propagated*inputs require a dictionary of arrays when outputs is not [ “out” ] On Mon, Jan 29, 2018 at 18:50 Cody Opel [email protected] wrote:

Drop build from function names, as they are not associated only with buildPhase. e.g. nativeBuildInputs -> hostInputs

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/triton/triton/issues/78#issuecomment-361459922, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsO_e1a9Ru5GHnZHeBYfDtAm-VhDZ3cks5tPoNagaJpZM4PdrRi .

wkennington avatar Jan 30 '18 02:01 wkennington