<br><br>On Wednesday, September 28, 2016, Eric Seidel <<a href="mailto:eric@seidel.io">eric@seidel.io</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Sep 28, 2016, at 18:37, Ben Gamari wrote:<br>
> Moritz Angermann <<a href="javascript:;" onclick="_e(event, 'cvml', 'moritz@lichtzwerge.de')">moritz@lichtzwerge.de</a>> writes:<br>
><br>
> > All that arc essentially does is, compute the diff from an offset<br>
> > (e.g. master) to the current HEAD and upload that to a new or existing<br>
> > (--update) differential. It also adds some meta information about the<br>
> > range, such that arc patch supposedly knows into which commit to apply<br>
> > the patch to.<br>
> ><br>
> Sure, but this leads to generally unreviewable patches IMHO. In order to<br>
> stay sane I generally split up my work into a set of standalone patches<br>
> with git rebase and then create a Diff of each of these commits.<br>
> Phabricator supports this by having a notion of dependencies between<br>
> Diffs, but arcanist has no sensible scheme for taking a branch and<br>
> conveniently producing a series of Diffs.<br>
<br>
I completely understand how this would be frustrating for core<br>
contributors (more specifically for people submitting large patches),<br>
but for new or casual contributors it's actually quite freeing. I don't<br>
have to worry about how messy my local history gets, because arc will<br>
throw it all away regardless! It absolves me of an extra responsibility,<br>
and lowers the barrier to contributing.</blockquote><div><br></div><div>I dislike this workflow because I am already used to doing a lot of git rebasing / amending / auto squashing.  So using arc means taking away my ability to write multi commit stories of how the change was crafted. For large changes there are often multiple logical inter related steps.  Squashing them into one big commit makes it much harder to review.  I can easily do that myself by marking everything as squash in a rebase. It feels like arcanist is just taking away power, not giving it (note i have not used it much - voice of a newbie here)<span></span></div><div><br></div><div>I am beginning to change my feelings on this, away from thinking of GitHub as an auxilliary source of didferentials.  Instead perhaps GitHub's new review system may be the way forward for GHC. It allows you to easily use git in the way it's meant to be used.</div><div><br></div><div>-Michael</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
It would be nice to support both workflows though :)<br>
______________________________<wbr>_________________<br>
ghc-devs mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'ghc-devs@haskell.org')">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/ghc-devs</a><br>
</blockquote>