Hello,
thanks for this Simon! I've ported my work on the type-naturals feature as
a git branch, and everything seems to be working as expected so far. I've
put my modified repos at http://code.galois.com/cgi-bin/gitweb (their names
all start with the "type-naturals" prefix). I am sending the lin
On 14/01/2011 02:32, Kazu Yamamoto (山本和彦) wrote:
Hello Simon,
I've made git mirrors of the current GHC HEAD repos (all of them), so
people can try out their workflows with git. Hopefully this should
work:
git clone http://darcs.haskell.org/ghc-git/ghc.git
cd ghc
perl sync-all get
T
Hello Simon,
> I've made git mirrors of the current GHC HEAD repos (all of them), so
> people can try out their workflows with git. Hopefully this should
> work:
>
> git clone http://darcs.haskell.org/ghc-git/ghc.git
> cd ghc
> perl sync-all get
Thank you for this work.
I cloned the git
On Thu, Jan 13 2011, Benedict Eastaugh wrote:
> On 13 January 2011 15:30, Johan Tibell wrote:
>> We should set up a git daemon at some point as it's much more
>> efficient that pulling over HTTP.
>
> As of version 1.6.6, Git is much more efficient over HTTP than it used to be.
>
> http://progit.o
On 13 January 2011 15:30, Johan Tibell wrote:
> We should set up a git daemon at some point as it's much more
> efficient that pulling over HTTP.
As of version 1.6.6, Git is much more efficient over HTTP than it used to be.
http://progit.org/2010/03/04/smart-http.html
In fact, GitHub are now us
On Thu, Jan 13, 2011 at 4:03 PM, Simon Marlow wrote:
> I've made git mirrors of the current GHC HEAD repos (all of them), so people
> can try out their workflows with git.
Poking around in the different repos works for me and is fast. For example:
Find new files in base:
$ cd libraries/base
$ g
I've made git mirrors of the current GHC HEAD repos (all of them), so
people can try out their workflows with git. Hopefully this should work:
git clone http://darcs.haskell.org/ghc-git/ghc.git
cd ghc
perl sync-all get
You have to use sync-all instead of darcs-all, but the syntax is the