Gabriel Scherer
Gabriel Scherer
@clef-men and myself have a patchset to propose atomic arrays (without relaxed reads), mostly waiting from Clément to be done with the Phd-manuscript-writing rush. If we agree on relaxed read...
Variance variables sound like hard work. Is there a good reason not to recompute variances on functor applications? I wouldn't expect a noticeable performance cost coming from this, type definitions...
This is a fair point. We should move these modules to an `Library` submodule of the `PLUGIN` interface, so that people previously using these functions can still access them easily....
No strong opinion. (Maybe the subdirectory blacklist is good enough?)
@dra27 proposes to blacklist all `.*` and `_*` subdirectories. Nice!
This was fixed by @dra27 in #13455. Thanks!
I would not mind this approach if it was possible to wrap `tree_visitor` in a record and leave the other as class declarations -- well, except for the fact that...
I opened a discussion thread at #13356 for the details of the local storage API. Please discuss these there, I can easily reflect whatever changes we agree on in the...
Today I pushed two commits that were arguably missing from the PR (there was a "things missing from this PR" section in the PR description, which is now removed): -...
We discussed this PR at the maintainer meeting today. There isn't a strong consensus in favor of offering both TLS and DLS in the long run, as is being proposed...