Bryan Richter
Bryan Richter
Ah it looks like you're in the UK, so realtime chat could work for us. Does the p4lang zulip work?
> I was trying to rebuild the packages yesterday but some of the scripts were failing. I need to fix this and test the packages to confirm that everything still...
My impression, from a few months ago, was that the next step for a reinstallable base was to start deprecating and removing elements from base that should really only be...
Ubuntu 22.04 has two failures, as well. https://github.com/p4lang/p4c/actions/runs/17857316331/job/50779197160?pr=5381 ``` The following tests failed: PSATernaryTest, LPMTableCachePSATest ```
Awesome! I'm curious, why do you pull the generator binary from a different workflow, rather than just use `stack run` in the same checkout that's being tested? .stack-work is being...
Hm.. then I wonder if it would be better to make "build generator" and "lint Dockerfiles" separate jobs in the *same* workflow, rather than putting them in two separate workflows....
A (very) brief read makes me think: (1) `setup-python` doesn't support uv, (2) uv probably does everything we would need anyway. So perhaps we should consider using https://github.com/astral-sh/setup-uv instead.
@chrispsommers I haven't started that other work yet, but I can keep this in mind when I do.