rabbah commented on issue #4505: Fix a few compilation accidents
URL: https://github.com/apache/incubator-openwhisk/pull/4505#issuecomment-498623350
Thanks @dragos and @dotta for these fixes and the background links. For the `Exec` related
change, it looks like the offending issue is this reference to the object from outside the
`core` package:
https://github.com/apache/incubator-openwhisk/blob/0ffc98352ff87542d4a36cc1e2561bfa8a260784/tests/src/test/scala/actionContainers/ActionContainer.scala#L66
Do you know if there are any other references? (I crudely searched for `Exec.` in `tests)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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
|