Re: GitHub and GHC

2011-04-11 Thread Simon Marlow
On 11/04/2011 11:18, Manuel M T Chakravarty wrote: Simon Marlow: While it would be really nice to have an easy way to create public forks for the whole GHC tree, we didn't have that with darcs either, so we haven't lost anything. In due course we can look into submodules or other ways of achiev

Re: GitHub and GHC

2011-04-11 Thread Manuel M T Chakravarty
Simon Marlow: > On 10/04/2011 14:08, Manuel M T Chakravarty wrote: >> Simon Marlow: >>> On 09/04/11 10:11, Edward Z. Yang wrote: Excerpts from Manuel M T Chakravarty's message of Sat Apr 09 01:56:43 -0400 2011: > Would the use of submodules, instead of separate repos and the > sy

Re: GitHub and GHC

2011-04-11 Thread Simon Marlow
On 10/04/2011 14:08, Manuel M T Chakravarty wrote: Simon Marlow: On 09/04/11 10:11, Edward Z. Yang wrote: Excerpts from Manuel M T Chakravarty's message of Sat Apr 09 01:56:43 -0400 2011: Would the use of submodules, instead of separate repos and the sync-all script, address that problem, so t

Re: GitHub and GHC

2011-04-10 Thread Johan Tibell
On Sun, Apr 10, 2011 at 3:24 PM, Edward Z. Yang wrote: > For me, at least, Github is a convenient way to share commits between machines > that I do development on, without needing to spend X megabytes for the whole > repository history (since Github can share objects across forked repositories: >

Re: GitHub and GHC

2011-04-10 Thread Edward Z. Yang
For me, at least, Github is a convenient way to share commits between machines that I do development on, without needing to spend X megabytes for the whole repository history (since Github can share objects across forked repositories: that's why forks count much less against your space limit). If

Re: GitHub and GHC

2011-04-10 Thread Manuel M T Chakravarty
Simon Marlow: > On 09/04/11 10:11, Edward Z. Yang wrote: >> Excerpts from Manuel M T Chakravarty's message of Sat Apr 09 01:56:43 -0400 >> 2011: >>> Would the use of submodules, instead of separate repos and the sync-all >>> script, address that problem, so that forking the main repo would also fo

Re: GitHub and GHC

2011-04-09 Thread Simon Marlow
On 09/04/11 10:11, Edward Z. Yang wrote: Excerpts from Manuel M T Chakravarty's message of Sat Apr 09 01:56:43 -0400 2011: Would the use of submodules, instead of separate repos and the sync-all script, address that problem, so that forking the main repo would also fork the submodules? Submod

Re: GitHub and GHC

2011-04-09 Thread Edward Z. Yang
Excerpts from Manuel M T Chakravarty's message of Sat Apr 09 01:56:43 -0400 2011: > Would the use of submodules, instead of separate repos and the sync-all > script, address that problem, so that forking the main repo would also fork > the submodules? Submodules would definitely help, and it's so

GitHub and GHC

2011-04-08 Thread Manuel M T Chakravarty
I saw that a considerable number of people forked GHC on GitHub. I am wondering, does that make any sense without forking all the package repos as well? In my experience of hacking GHC, once you go off onto a major branch, at least core packages, such as base, will diverge pretty quickly as we