Fabian Ruffy

Results 123 issues of Fabian Ruffy

The flat map implementation was donated by @asl. Missing some tests for it still.

p4tools

Remove one more piece of boost in the compiler. This time we replace some boost containers with Abseil flat maps and sets. For that to work we needed to introduce...

p4tools

Currently, upgrading Z3 to a version beyond 4.11.2 will lead to a crash. The reason seems to be that trying to invoke [malloc_usable_size](https://github.com/Z3Prover/z3/blob/904a50fe498c325f5c347628cd66a1ab610030e0/src/util/memory_manager.cpp#L307) does not work well with BDWGC. We...

bug
p4tools

WiP. Corresponding PR: https://github.com/p4lang/p4c/pull/4773 Fixes #470.

Caused by #4837. Should this be permitted?

infrastructure

Ensure that the program is still well-typed at this step. In some scenarios it can happen that a front or mid end pass leaves typing information incomplete or inaccurate which...

p4tools

Checking to see what breaks.

ebpf-psa

I have been trying out NIKSS and I ran into some issues with `bng.p4`. Trying to load it using the command `./nikss-ctl pipeline load id 1 out.o` fails. I attached...

ebpf-psa