Fabian Ruffy
Fabian Ruffy
Hello. I have another clarification question on `setInvalid`, this is a follow-up to #2212. This issue is quite esoteric but has given me some trouble recently. So for a program...
The custom unified build code might actually not be needed anymore. CMAKE has added [UNITY_BUILDS](https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html), which seem equivalent. I left the library in the cmake folder, in case downstream repositories...
The PTF tests generated by BMv2 are not functional. However, [there are](https://github.com/jafingerhut/p4-guide/tree/master/ptf-tests) scripts that show how PTF tests can be run. Fix them. @OleksandrLetychevskyiIntel
### General limitations - [ ] Traces are not complete and do not display all of the execution path and choices. They are also not well-formatted. - [ ] SelectExpressions...
Recreation of #2921 with a different source branch. This is a quick edit to check what happens if you enable parser unrolling for the entire p4test back end. Let's see...
Emerged from the discussion in #3569.
This option is not working as intended. Either fix it for test generation or drop it.
This class is generally useful. Clean it up and move it to the lib folder.
There are some new options that relax the restrictions for first-time contributors. This means we do not always have to automatically approve workflows by first-time contributors, which sometimes can lead...
we should consider dropping support for Python2 altogether in a future PR, then we can use `enum.Enum` _Originally posted by @antoninbas in https://github.com/p4lang/behavioral-model/pull/951#r499027587_