
Hello, I followed the instruction on the GHC wiki, and published an `arc` revision for my work on the typeable-with-kinds branch. The result was called D652. After I did this, I noticed a bug, and some redundant code; so I fixed my branch. How can I update D652, so that it will diff using the most current version of my branch? -Iavor

You'll want to run $ arc diff --update D652 <base> where base is the ref you want to diff against (presumably master). Specifying the base is important, as arc will *replace* the current diff with the new one, so you want to make sure the base is consistent across updates. Eric On Wed, Feb 11, 2015, at 17:19, Iavor Diatchki wrote:
Hello,
I followed the instruction on the GHC wiki, and published an `arc` revision for my work on the typeable-with-kinds branch. The result was called D652.
After I did this, I noticed a bug, and some redundant code; so I fixed my branch. How can I update D652, so that it will diff using the most current version of my branch?
-Iavor _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Would someone like to add this info to https://ghc.haskell.org/trac/ghc/wiki/Phabricator? Actually that page could so with some re-organisation, to bring out key workflows. Simon | -----Original Message----- | From: ghc-devs [mailto:ghc-devs-bounces@haskell.org] On Behalf Of Eric | Seidel | Sent: 12 February 2015 04:18 | To: ghc-devs@haskell.org | Subject: Re: Phabricator question | | You'll want to run | | $ arc diff --update D652 <base> | | where base is the ref you want to diff against (presumably master). | Specifying the base is important, as arc will *replace* the current | diff with the new one, so you want to make sure the base is consistent | across updates. | | Eric | | On Wed, Feb 11, 2015, at 17:19, Iavor Diatchki wrote: | > Hello, | > | > I followed the instruction on the GHC wiki, and published an `arc` | > revision for my work on the typeable-with-kinds branch. The result | was | > called D652. | > | > After I did this, I noticed a bug, and some redundant code; so I | > fixed my branch. How can I update D652, so that it will diff using | > the most current version of my branch? | > | > -Iavor | > _______________________________________________ | > ghc-devs mailing list | > ghc-devs@haskell.org | > http://www.haskell.org/mailman/listinfo/ghc-devs | _______________________________________________ | ghc-devs mailing list | ghc-devs@haskell.org | http://www.haskell.org/mailman/listinfo/ghc-devs
participants (3)
-
Eric Seidel
-
Iavor Diatchki
-
Simon Peyton Jones