Add the base source code for Ruby 2.5 Runtime#1
Conversation
…lledMoreThanOnce work
|
|
||
| Or you can use `wskdev` and create a soft link to the target ansible environment, for example: | ||
| ``` | ||
| ln -s ${ROOTDIR}/ansible/environments/local ${OPENWHISK_HOME}/ansible/environments/local-ruby |
There was a problem hiding this comment.
once the manifest change is made upstream i dont think you need this special environment here and we can simplify here.
There was a problem hiding this comment.
Noted. Which one is corresponding PR for this?
README.md
Outdated
| Or save in your `$HOME/.gradle/gradle.properties` | ||
| ``` | ||
| systemProp.http.proxyHost=localhost | ||
| systemProp.http.proxyPort=3128 |
There was a problem hiding this comment.
hmm why did you need to use a proxy? this isn't generally needed even for mac anymore.
There was a problem hiding this comment.
Ah those are just coming from other runtime documentation such as nodejs or php. Maybe better to remove these proxy-related documentations unless I have examined it's working?
There was a problem hiding this comment.
Shouldn’t be needed here or in other runtimes.
| override val testLargeInput = { | ||
| TestConfig(""" | ||
| |def main(args) | ||
| | puts 'hello stdout' |
There was a problem hiding this comment.
dont think test cares about stdout/stderr here.
| @@ -0,0 +1,5 @@ | |||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||
Related Issue(s):
apache/openwhisk#3725
https://github.com/remore/openwhisk-runtime-ruby/issues?q=is%3Aissue+is%3Aclosed