Andy Fingerhut
Andy Fingerhut
And if the compiler accepts `typedef match_kind foo`, I am not sure how that could possibly ever be useful. Do you?
The table with "Base type B" in the leftmost heading I thought should be clear that all of those are _types_, not _values_, because `typedef B ` is only defined...
Technically, even `bit` is not one type, but many. Just as `header` in that table refers to many types, not one.
Since originally writing this comment, I have made the ptf-ebpf tests by installing scapy, but only for the ptf-ebpf tests. I have verified that scapy is not installed for any...
One possible reason to consider committing changes like these, is that they would be likely to catch any changes someone tried to make that added dependencies on scapy -- such...
@thomascalvert-xlnx Is this something you know about, or can forward to someone who does? It is not clear to me whether this issue has anything to do with published code...
@DScano Trying to ping you in a comment, since I could not find you in the list of suggested Github reviewers for this project.
> This basically documents the current practice, right? We are not planning to change licensing of the common P4C parts (i.e. not related to specific backends)? Adding SPDX-License-Identifier lines to...
@vlstill @vgurevich @fruffy @asl @ChrisDodd @AlexeyAliev Thanks for your review comments or other attention so far. Given the flurry of comments since yesterday, I have responded with a flurry of...
For those who may be curious, I believe that for the `p4c` repo, there is a short list of only 13 Python source files, which are used only for automated...