Anton Korobeynikov

Results 791 comments of Anton Korobeynikov

https://github.com/p4lang/p4c/pull/4757 is a working PR accumulating required changes

> @vlstill also introduced a `_cs` suffix at some point which should help here? #4342 Yes. `_cs` would reduce the amount of typing indeed. As far as I can see,...

@vlstill Yeah. That's lots of work. I already started changes here and there. Some observations: - There are lots of `cstring`'s created from string literals. Here `_cs` is a rescue....

So, I just moved a downstream backend over the changes in https://github.com/p4lang/p4c/pull/4694 It was not that painful. Important story that it uncovered lots of rusty cruft accumulated over the time:...

Some story from dowstream code. It had code like this: ```c++ void foo(cstring a, cstring b, ...); void bar() { .. std::string s = a->toString().c_str(); if (rare_condition) s += prefix;...

> Is there any thought on how we want to manage signing schemas going forward? For example I can imagine looking an environment from the triple to select a signing...

Thanks @smithp35 I opened https://github.com/llvm/llvm-project/issues/99950 to track this

You need to use the latest BinSPreader that is capable of reading GFA v1.2 files. Alternatively, if upgrading BinSPreader is not an option, you can emit graphs in old GFA...