You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/01 16:43:21 UTC

[GitHub] starpit opened a new pull request #3044: add WhiskActivation.Outcome, hiding Either[ActivationId, WhiskActivation] impl

starpit opened a new pull request #3044: add WhiskActivation.Outcome, hiding Either[ActivationId, WhiskActivation] impl
URL: https://github.com/apache/incubator-openwhisk/pull/3044
 
 
   Currently, the implementation of the datatype of the active ack return flow from the Invoker is transparent, and spread across a dozen files: `Either[ActivationId, WhiskActivation]`
   
   this PR introduces `WhiskActivation.Outcome`, an opaque data type that hides the impl.
   
   the goal of this PR is to enable future work that may change the impl, without those PRs each having to change a dozen files. let's pay that cost once, in this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services