[libcxx-commits] [libcxx] [libc++] Fix `unexpected` heterogeneous comparison (PR #115249)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 7 06:58:17 PST 2024
ldionne wrote:
Just as a matter of process: I created an issue inside LLVM to track this bug, as we should strive to track everything within the boundary of LLVM. In particular, in accordance with https://llvm.org/docs/DeveloperPolicy.html#bans, it's important to take full ownership of a contribution when said contribution comes from a banned individual, and to not proxy communication for that individual (this didn't happen here, but I'm just writing it down to make sure everyone's aware of the policy).
Taking ownership of the issue is what I did by creating #115326: although it was inspired from another issue, it's mine to handle now and I won't be going back to the originator for questions or whatever. This is also not mutually exclusive with attributing contributions, as you can see I linked back to where the inspiration for #115326 came from.
To be clear, you didn't do anything wrong. I'm just clarifying what the process is when a contribution comes from an individual affected by a LLVM ban, to make sure nobody violates the developer policy (perhaps without even knowing it).
https://github.com/llvm/llvm-project/pull/115249
More information about the libcxx-commits
mailing list