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:
[email protected]


With regards,
Apache Git Services

Reply via email to