[libcxx-commits] [libcxx] [libc++] Optimize lexicographical_compare (PR #65279)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 09:43:29 PDT 2023


EricWF wrote:

> > Drafts seem to prevent merging, not review.
> 
> Yes. It also prevents notifying people until it is made a PR.
> 
> > Is there a way to filter pull requests to non-draft libc++ PR's? If not, then I think we need to reconsider the purpose of drafts.
> 
> [`-is:draft label:libc++`](https://github.com/llvm/llvm-project/pulls?q=is%3Apr+is%3Aopen+label%3Alibc%2B%2B+-is%3Adraft)
> 
> > What is the purpose of opening the draft if you didn't want review?
> 
> It has multiple benefits:
> 
> * People see what I'm working on and don't duplicate it
> * I can work on any comments etc. for the PR

It's a draft. You stated you don't want review comments yet. Are you going to address the comments I left?

> * I can easily view the diff and make sure that the patch applies properly

You can do that in your own branch.

> * The CI is run, so I can make sure that I'm not missing something super obvious

I'm going to be working to stop Draft PR from using shared resources. It's unfair to commits that are ready to go.

> * It allows people to give high-level feedback (i.e. I can upload a diff and bounce ideas off people)

Again, link to your own github fork.

Again, you either don't want feedback or you do. It's unclear from this conversation which it is, but it seems like you're having it both ways.

https://github.com/llvm/llvm-project/pull/65279


More information about the libcxx-commits mailing list