Yan Titarenko

Results 109 comments of Yan Titarenko

@davidmlw , I might be interested in such an effort.

That's my environment > $ go env && go version > GO111MODULE="" > GOARCH="amd64" > GOBIN="" > GOCACHE="/home/oceanfis81/.cache/go-build" > GOENV="/home/oceanfis81/.config/go/env" > GOEXE="" > GOFLAGS="" > GOHOSTARCH="amd64" > GOHOSTOS="linux" > GOINSECURE=""...

> # make test > ===> Testing for libepoll-shim-0.0.20200602 > UpdateCTestConfiguration from :/usr/ports/devel/libepoll-shim/work/.build/DartConfiguration.tcl > Parse Config file:/usr/ports/devel/libepoll-shim/work/.build/DartConfiguration.tcl > UpdateCTestConfiguration from :/usr/ports/devel/libepoll-shim/work/.build/DartConfiguration.tcl > Parse Config file:/usr/ports/devel/libepoll-shim/work/.build/DartConfiguration.tcl > Test project /usr/ports/devel/libepoll-shim/work/.build >...

Probably the problem is in the configuration file. What about those 2 skipped tests? Do you lack anything in your shim, to make it work?

I see. What about if you can help with external task, like geeting rid of epoll abstraction + the shim, for porting [libbacktrace](https://github.com/ianlancetaylor/libbacktrace), to FreeBSD 13.0? So it would be...

Oh, and it makes sense to rewrite unit tests of "make" tool (could be launched by executing [https://github.com/advancedwebdeveloper/make_wasm/blob/master/tests/run_make_tests](https://github.com/advancedwebdeveloper/make_wasm/blob/master/tests/run_make_tests) shell script ) and run similar tests for wasm part (under the...

Looks like the project is compiling and tests are running. I was suggesting to benchmark these API calls: https://github.com/apache/openwhisk-client-go/blob/49c58e00354d315ce82766c785c69193df0514e8/whisk/util.go#L61 https://github.com/apache/openwhisk-client-go/blob/49c58e00354d315ce82766c785c69193df0514e8/whisk/util.go#L62 https://github.com/apache/openwhisk-client-go/blob/cfe1b517ce627f5c18b175044e20a7a36e3b1e08/whisk/client.go#L704 https://github.com/apache/openwhisk-client-go/blob/cfe1b517ce627f5c18b175044e20a7a36e3b1e08/whisk/client.go#L713 https://github.com/apache/openwhisk-client-go/blob/cfe1b517ce627f5c18b175044e20a7a36e3b1e08/whisk/client.go#L716 https://github.com/apache/openwhisk-client-go/blob/cfe1b517ce627f5c18b175044e20a7a36e3b1e08/whisk/client.go#L433 I saw thinking about a test...

I might be interested to test on Qemu