This is an archive of the discontinued LLVM Phabricator instance.

[github] Update pip deps (NFC)
ClosedPublic

Authored by keith on Oct 8 2022, 10:33 PM.

Details

Diff Detail

Event Timeline

keith created this revision.Oct 8 2022, 10:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2022, 10:33 PM
keith requested review of this revision.Oct 8 2022, 10:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2022, 10:33 PM
keith added inline comments.Oct 8 2022, 10:34 PM
llvm/utils/git/requirements.txt.in
7

No need to pin these since they aren't upgraded in the lock file unless explicitly specified in the pip-compile command

This revision was not accepted when it landed; it landed in state Needs Review.Oct 14 2022, 3:47 PM
This revision was automatically updated to reflect the committed changes.

Looks like this and ( D135532 ) were sent for review, but then committed before that review was attempted/completed?

Could you please wait for reviews to be completed before submitting code.

If code doesn't need pre-commit review (per the guidelines in the LLVM documentation), it's OK/correct to submit it without review - but the general idea is that if something is sent for review, it's because it needed it, and so submitting without that review is problematic (we don't want to encourage folks to submit stuff because they're frustrated with/waiting too long for review - if they felt it needed review in the first place, delayed code review doesn't change that fact)

keith added a comment.Oct 17 2022, 6:37 PM

Looks like this and ( D135532 ) were sent for review, but then committed before that review was attempted/completed?

Could you please wait for reviews to be completed before submitting code.

If code doesn't need pre-commit review (per the guidelines in the LLVM documentation), it's OK/correct to submit it without review - but the general idea is that if something is sent for review, it's because it needed it, and so submitting without that review is problematic (we don't want to encourage folks to submit stuff because they're frustrated with/waiting too long for review - if they felt it needed review in the first place, delayed code review doesn't change that fact)

Yep sorry! I should have pushed these instead. For these 2 I did feel like "if someone has a herald rule for this and wants to review that's fine", just because outside of the LLVM repo I generally work in a setting where everything gets review regardless of how trivial, but I get that sending for review and then landing without review sends a mixed signal, so I'll be sure to either land, or wait, in the future.

Looks like this and ( D135532 ) were sent for review, but then committed before that review was attempted/completed?

Could you please wait for reviews to be completed before submitting code.

If code doesn't need pre-commit review (per the guidelines in the LLVM documentation), it's OK/correct to submit it without review - but the general idea is that if something is sent for review, it's because it needed it, and so submitting without that review is problematic (we don't want to encourage folks to submit stuff because they're frustrated with/waiting too long for review - if they felt it needed review in the first place, delayed code review doesn't change that fact)

Yep sorry! I should have pushed these instead. For these 2 I did feel like "if someone has a herald rule for this and wants to review that's fine",

I /think/ Herald rules can also fire for direct commits, if I understand correctly?

just because outside of the LLVM repo I generally work in a setting where everything gets review regardless of how trivial, but I get that sending for review and then landing without review sends a mixed signal, so I'll be sure to either land, or wait, in the future.

Yeah, it's a bit quirky, for sure - maybe one of these days we'll get to something more mainstream like github pull requests, etc.

We'll see - thanks for understanding!