[GitHub] rabbah commented on issue #3340: Default activation response to empty JsObject.

2018-02-24 Thread GitBox
rabbah commented on issue #3340: Default activation response to empty JsObject. URL: https://github.com/apache/incubator-openwhisk/pull/3340#issuecomment-368229792 Travis is enough - The result = None is not observable unless there's an invariant violation which the loop back likely

[GitHub] rabbah commented on issue #3340: Default activation response to empty JsObject.

2018-02-24 Thread GitBox
rabbah commented on issue #3340: Default activation response to empty JsObject. URL: https://github.com/apache/incubator-openwhisk/pull/3340#issuecomment-368229792 Travis is enough - The result = None is not observable unless there's an invariant violation; returning result = None and a

[GitHub] rabbah commented on issue #3340: Default activation response to empty JsObject.

2018-02-23 Thread GitBox
rabbah commented on issue #3340: Default activation response to empty JsObject. URL: https://github.com/apache/incubator-openwhisk/pull/3340#issuecomment-368150368 could be... or remove the option and use an empty object. None is used on the non-blocking path so the result doesn?t matter.

[GitHub] rabbah commented on issue #3340: Default activation response to empty JsObject.

2018-02-23 Thread GitBox
rabbah commented on issue #3340: Default activation response to empty JsObject. URL: https://github.com/apache/incubator-openwhisk/pull/3340#issuecomment-368144952 This is OK - where are we using the response result though incorrectly; isn't there another bug?