[libcxx-commits] [clang] [clang-tools-extra] [compiler-rt] [flang] [libc] [libcxx] [lldb] [llvm] [mlir] [openmp] Fix typos and spelling errors across codebase (PR #156270)
Mehdi Amini via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 1 05:00:46 PDT 2025
joker-eph wrote:
> > I don't understand why this happens again and again though.
>
> Seems pretty obvious to me: it's much easier for the author to submit one PR.
The fact that it is easier for the author is why I would object any policy preventing it: we shouldn't discourage people from improving the codebase. I've been sending patches that spans subprojects before we even moved to git, I don't quite see the problem with this really.
On some more consequent changes there is the argument of revert: if a revert is needed we don't want to revert things that could have landed cleanly. But that argument applies to any kind of changes where we push for things that can be decoupled to be landed independently. Applied to a PR like this one, this argument means that each individual hunk in the whole diff could land independently (oh well, that could be scripted, but there is low value here).
So much for trivial changes ultimately!
https://github.com/llvm/llvm-project/pull/156270
More information about the libcxx-commits
mailing list