csantanapr commented on issue #83: Provide Swift 4.2 runtime 🚀 URL: https://github.com/apache/incubator-openwhisk-runtime-swift/issues/83#issuecomment-429865740 Now that Swift 4.2 is released, we can move forward with implementing support. @sciabarracom is looking into using the new actionloop to make swift 4.2 stateful, meaning the swift application will not exit with every invocation/run, it will read from stdin every invocation input params including env variables. From an user perspective, no braking changes they can migrate their swift 4.1 actions to 4.2 just by recompiling and using the new epilogue based on actionloop https://github.com/apache/incubator-openwhisk-runtime-go/tree/master/actionProxyLoop
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
