apache / openwhisk-runtime-swift

Apache OpenWhisk Runtime Swift supports Apache OpenWhisk functions written in Swift
https://openwhisk.apache.org/
Apache License 2.0
26 stars 23 forks source link

Swift51 support #106

Closed sciabarracom closed 5 years ago

Andrea-Scuderi commented 5 years ago

@sciabarracom I suspect it's required to add a test here actionContainers. The missing test should be Swift51CodableActionContainerTests.scala similar to Swift42CodableActionContainerTests.scala

sciabarracom commented 5 years ago

Yes you are right that it is missing one test set. The compilation problem however is related to the fact that references to test jars are outdated. Asking help to quickly find the reference to the current ones.