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 2018/01/24 18:00:26 UTC

[GitHub] mrutkows opened a new issue #694: filfesystemreader.go: "searching for Action code.." code block incomplete

mrutkows opened a new issue #694: filfesystemreader.go: "searching for Action code.." code block incomplete
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/694
 
 
   Please complete this code block and add a unit test.
   
   here is what exists:
   ```
   f strings.HasPrefix(fpath, reader.serviceDeployer.ProjectPath + "/" + FileSystemSourceDirectoryName) {
   				// Inform user of what reader is doing
   				dbgMsg := wski18n.T(wski18n.ID_DEBUG_PROJECT_SEARCH_X_path_X_key_X,
   					map[string]interface{}{
   						wski18n.KEY_PATH: filepath.Base(fpath),
   						wski18n.KEY_KEY: wski18n.ACTION_CODE})
   				wskprint.PrintlnOpenWhiskVerbose(utils.Flags.Verbose, dbgMsg)
   
   				// TODO() It appears there is no code to do what the debug message suggests
   				// TODO() continued: i.e., searching for Action code...
   
   			}
   
   ```

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