Hi,

in https://ghc.haskell.org/trac/ghc/ticket/12618#comment:37
Simon raises a question that I was wondering about as well:

Where do we want to store feature branches that contain useful work
that might be picked up some time later (maybe much later¹)?


So far, I have left them as wip/foobar branches. Which works ok, but it
clutters up the branch namespace, and “wip” is a lie.

Maybe I should move the branch to archive/foobar, to make it clear that
this is not something actively worked on?


An alternative is having it in Phab only, where it is “more out of the
way”, and there is commentary attached to it. Linked from the
appropriate ticket, the code is as accessible as  a git branch.

But are we committed to keeping the Differential Revisions around for
years?

Also, if the branch contains many small commits, which presumably makes
it more useful to whoever revives the project one day, it is easy to
recover that from Phab? (I wonder because arc land squashes commits.)

Greetings,
Joachim

¹ this does happen, see 
  https://ghc.haskell.org/trac/ghc/ticket/1600#comment:52

-- 
Joachim “nomeata” Breitner
  m...@joachim-breitner.de • https://www.joachim-breitner.de/
  XMPP: nome...@joachim-breitner.de • OpenPGP-Key: 0xF0FBF51F
  Debian Developer: nome...@debian.org

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to