Reorient GitHub pull requests around changesets
mitchellh.com
Reorient GitHub pull requests around changesets
1–10 of 210 posts
Re: Reorient GitHub pull requests around changesets
#2I have never tried those apps that build a top GitHub. I remember Facebook's sapling has a web client as well that does stack reviews.
Re: Reorient GitHub pull requests around changesets
#3Re: Reorient GitHub pull requests around changesets
#4Surprised he didn't refer to stack PR based systems like Gerrit for reference. I have never tried those apps that build a top GitHub. I remember Facebook's sapling has a web client as well that does stack reviews.
Re: Reorient GitHub pull requests around changesets
#5"This changeset still has the problem I drew attention to in my review of the previous changeset. Please see the comment there."
? I'm just curious how that works; I haven't used changesets much but it seems like this would be one inconvenient aspect.
Re: Reorient GitHub pull requests around changesets
#6Surprised he didn't refer to stack PR based systems like Gerrit for reference. I have never tried those apps that build a top GitHub. I remember Facebook's sapling has a web client as well that does stack reviews.
Re: Reorient GitHub pull requests around changesets
#7Yep, I'm going to do that!
> Work-in-progress commits towards addressing review feedback become visible as soon as the branch is pushed. This forces contributors to address all feedback in a single commit, or for reviewers to deal with partially-addressed feedback.
This point isn't really valid. It assumes that the contributor wants to push their new work addressing feedback to the remote as soon as they make each commit. That's OK, so do I (in case my laptop disappears or whatever). But, it takes 1 second to make a git branch, so you can just push your new commits there and then merge or cherry-pick onto the PR branch when you're ready.
Re: Reorient GitHub pull requests around changesets
#8IIUC, he's referring to a workflow that Gerrit implements 1-to-1, isn't he?
Re: Reorient GitHub pull requests around changesets
#9When using changeset-based review, do you find yourself writing things like "This changeset still has the problem I drew attention to in my review of the previous changeset. Please see the comment there." ? I'm just curious how that works; I haven't used changesets much but it seems like this would be one inconvenient aspect.