Ryan Burn
Ryan Burn
It looks like the bool conversion logic in overload_leaf is disabled for gcc < 5.0 (I'm guessing because the narrowing conversion check doesn't work). ``` template struct overload_leaf< Arg, I,...
I was having this problem also. It would be nice if neomake offered something like the `g:syntastic_quiet_messages` variable which would allow you to filter out messages that you don't want....
> In any case, it would be clang modules, not C++20 modules. @oquenchil - By "Clang modules", do you mean Clang's non-standard [module system](https://clang.llvm.org/docs/Modules.html) that pre-dates C++20 modules? Why target...
But why hijack this issue into a clang module feature request? The original poster clearly worded it for C++20 modules and I expect that's what most people following it want....
I put together a project with bazel rules for working with C++20 modules: https://github.com/rnburn/rules_cc_module Here are some examples of how to use it https://github.com/rnburn/rules_cc_module/tree/main/example It requires a recent version of...
I actually think a first iteration for module support would be pretty easy. 1. Add a new rule `cc_module` that's defined something like this ``` cc_module( name = "module_a", module_name,...
ccing @verdie-g @miry -- any interest?
Thanks @miry, I sent you an invite.
There was an automated release work flow built on top of this script https://github.com/opentracing-contrib/nginx-opentracing/blob/master/ci/release.sh. I'm not sure it's kept up-to-date; though it might be possible to port it over to...
@lucacome - I sent you an invite.