You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/29 15:14:21 UTC

[GitHub] jessealva opened a new pull request #99: WIP Changes required to add service bindings to the Bluemix plugin

jessealva opened a new pull request #99: WIP Changes required to add service bindings to the Bluemix plugin
URL: https://github.com/apache/incubator-openwhisk-cli/pull/99
 
 
   Essentially just added some publicly exported functions, which called the private versions.  This helped to have a smaller ripple effect across the code base as some of the functions that we needed to export would force changes across the entire API. 
   
   This can still be done, but at least for the time being I'd prefer to do it this way and then fix this up (i.e. removing the duplicate methods that only have a difference in their case of the first character of the name and just making the required methods publicly exported) .   This way we can meet the deadline with less risk as there wouldn't be as many changes across the entire cli code base.
 
----------------------------------------------------------------
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