Thomas Köppe
Thomas Köppe
Just to echo @asoffer's point: I too find UB to be rather valuable. The less a particular construction is specified to do, the less a reader needs to consider what...
In CSS, `! important` means "this is important", not "not important". In Rust `foo!` means "here's a macro". Ultimately, I think syntax is something one can get used to. It's...
On a tangent: "modular" (in maths) doesn't imply unsigned, since the choice of representative of the residue class is arbitrary. You could just as well have modular/"wrapping" _signed_ integers. On...
> I don't think we should do that, because I suspect it would break important use cases. So I think "wrapping" is a more strictly accurate description of these types...
I posted another alternative on Discord which I think wasn't recorded anywhere else: use a more complex opening syntax. For example, using `@` as a placeholder to be determined, the...
You can reuse the `.precommit.bazelrc` file instead of making your own (`--bazelrc=...`).
Oh, I think that's a pending issue: Abseil has dropped support for C++11, so I think we need to do the same here.
OK, will do!
Actually, this seems like quite an undertaking to rebase, so I might just leave it be.
Ah, let me double-check. One error I see are all from when both cases are combined, i.e. my proto has a dependency on a generated proto in a different repository....