mmatsa
mmatsa
`[[maybe_unused]]` was "only" added in C++17. https://en.cppreference.com/w/cpp/language/attributes/maybe_unused While many of us are past that at this point, not all users are. Many of us don't see the warnings, possibly because...
As I understand it, those files are not under GPL - they are under the "exception" in the bison license that excludes them from GPL. But of course it can...
@benjie asked for real examples of use. Here’s an “anonymized” example from a real schema: ```graphql input Z { x: Int = 1 y: Int = 2 } input A...
It looks like #849 was merged on January 8. Version 0.20.0 still depends on `is-terminal` which depends on an old version of `rustix` without the fix for the issue initially...
I'm happy with the consensus on this issue for the same reason as everyone else - not specifying multiple ways to do things in a spec. To the question from...