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 2021/02/18 05:14:00 UTC

[GitHub] [openwhisk-wskdeploy] mrutkows opened a new pull request #1117: Add Rust extension to list of known runtimes

mrutkows opened a new pull request #1117:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1117


   Trying to fix https://github.com/apache/openwhisk-wskdeploy/pull/1116 but with a clean commit history.


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



[GitHub] [openwhisk-wskdeploy] pritidesai merged pull request #1117: Add Rust extension to list of known runtimes

Posted by GitBox <gi...@apache.org>.
pritidesai merged pull request #1117:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1117


   


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



[GitHub] [openwhisk-wskdeploy] pritidesai commented on a change in pull request #1117: Add Rust extension to list of known runtimes

Posted by GitBox <gi...@apache.org>.
pritidesai commented on a change in pull request #1117:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1117#discussion_r578160350



##########
File path: runtimes/runtimes.go
##########
@@ -43,6 +43,7 @@ const (
 	PHP_FILE_EXTENSION      = "php"
 	ZIP_FILE_EXTENSION      = "zip"
 	RUBY_FILE_EXTENSION     = "rb"
+	RUST_FILE_EXTENSION     = "rs"

Review comment:
       do we expect `rlib` as well?




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