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/02/05 17:11:03 UTC

[GitHub] jthomas commented on issue #10: Remove redundant file names from exclusion list.

jthomas commented on issue #10: Remove redundant file names from exclusion list.
URL: https://github.com/apache/incubator-openwhisk-runtime-swift/pull/10#issuecomment-363152256
 
 
   Thanks for the comments - I'll add a test case. 
   
   I found this issue from using Swift with The Serverless Framework. It bundles all local resources into a zip and deploys that, rather the raw source files. 
   
   Supporting the custom `Package.swift` is definitely a seperate issue. The current Swift runtime does already supporting deploying an archive file with multiple Swift files with the `Package.swift` being ignored. Developers might want to use an archive file to include non-Swift resources (JSON config file, image or other static resources) or split their source code into multiple files. This behaviour is consistent with the other runtimes at the moment.

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