Radostin Stoyanov

Results 145 comments of Radostin Stoyanov

@adrianreber Would it make sense to use something similar to the [logCriuErrors](https://github.com/opencontainers/runc/pull/3816/commits/c77aaa3f95ec7cffbb24c53b0ee8a0b6d19d8839) functionality in runc?

@adrianreber How should we handle backward comparability with CRI-O and Podman? Do we want to deprecate the old annotations and provide support for them up to specified version, or to...

The correct link is https://github.com/ipdk-io/ovs

> Thanks for the info, I wasn't aware of the --toJson flag. Are there existing mechanisms for dumping the types as well? @smolkaj As an example, the `--toJson` flag is...

> Anyone with a MacOS setup able to debug the CI failure? I am not sure what to do here. ``` 1375/1919 Test #1: driver_inputs_test_1 ............................................................***Failed 0.08 sec /Users/runner/work/p4c/p4c/tools/driver/test_scripts/driver_inputs_test_1: line...

@davidbolvansky `load_ir_from_json` is the test that currently fails: ``` [ RUN ] FromJSONTest.load_ir_from_json 105,112d104 < "name" : "X", < "entries" : [ < ["Field_0", 0], < ["Field_1", 1], < ["Field_2",...

When comparing the output of [`outputTO.json`](https://github.com/p4lang/p4c/blob/a9edb5a92f184b5ce99d9a22acd96a583a60226c/test/gtest/load_ir_from_json.cpp#L39) and [`outputFROM.json`](https://github.com/p4lang/p4c/blob/a9edb5a92f184b5ce99d9a22acd96a583a60226c/test/gtest/load_ir_from_json.cpp#L42) for the `load_ir_from_json` test running in CI, it looks like the order of "X" and "Y" has been swapped. This is causing...

> Note: bitwise-operations (|,&,^,~) are not defined on expressions of type int. In general, bitwise operations such as `|`, `&` and `^` are supported for `int` in other programming languages....

@jnfoster I'm sorry for the delayed response. I will update the pull request in the next few days.