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/11/27 22:22:13 UTC

[GitHub] mrutkows opened a new issue #650: Refactor Whisk Deploy errors into new package to avoid cyclic dependencies

mrutkows opened a new issue #650: Refactor Whisk Deploy errors into new package to avoid cyclic dependencies
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/650
 
 
   currently, wskdeployerror.go (and it unit test file) are in "utils" package; however, if we want to do better unit testing we need to be able to test errors against manifests and the YAML parser.  This would mean importing "parsers" into "utils" which leads to cyclic dependency errors in GoLang.
   
   To overcome this cyclic error, we must refactor the error modules into a new "wskdeplyerror" package.

----------------------------------------------------------------
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