sciabarracom commented on issue #47: Unit Tests, Updated Signature, Go1.11 and Bash support, Better action-compiler and plenty of bug fix URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/47#issuecomment-422289588 Volume problems: inconsistent behavior between Mac and Linux. Using docker -v it was working on Mac and giving problems in Linux: for example if the output directory was already created, it was not writable. If I did not create the directory, it was not created on Mac. Also, the compilation script had to work in different situations, requiring paths to be created. I ended up to keep all the compilation inside the runtime and add an option to the proxy to read the input, use the same code that handles the "/init" and then dumping the result in the stdout. It was cleaner and simpler.
---------------------------------------------------------------- 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
