Fabian Ruffy
Fabian Ruffy
> Takeaways from LDWG: > > * Would be great to have the property that these arrays can be desugared to basic primitives ideally in a pass in the frontend...
> > > Takeaways from LDWG: > > > ``` > > > * Would be great to have the property that these arrays can be desugared to basic primitives...
> [@kfcripps](https://github.com/kfcripps) the issue you are facing is most probably because many languages take arg of switch as int or enum not bool. So you can use if-else instead of...
Related: https://github.com/p4lang/p4c/issues/3898
Yes, very useful! Unfortunately, I do not have the cycles to push for this yet. This should be a CMake option with a define flag. I wonder whether we should...
Just a heads-up: the eBPF back end currently does not have an active maintainer who would take on this bug.
> I will look into this since this bug is related to my GSoC application. Thanks! Feel free to make a PR fixing these issues if you are able to!
The installation might be missing `gcc-multilib`. I recommend adding a TC-specific section here: https://github.com/p4lang/p4c/blob/main/tools/ci-build.sh#L170
The code looks okay from my side, I just have final reservations on the CI process. The installation of the VM etc adds significant overhead to our CI. Maybe we...
> @fruffy please take another look when you have some time Any major change from the version I approved or was this just the rebase?