develooper Front page | perl.perl5.porters | Postings from August 2009

Re: The plan for ext/ and dual-life modules

Thread Previous | Thread Next
From:
Yuval Kogman
Date:
August 29, 2009 12:24
Subject:
Re: The plan for ext/ and dual-life modules
Message ID:
a891e1bd0908291224kb000bc1te52381d7b36a7df8@mail.gmail.com
2009/8/29 Rafael Garcia-Suarez <rgarciasuarez@gmail.com>:

> I tend to prefer git-subtree, but it's only because I've heard bad
> things about submodules.

I think most of the criticism is due to the fact that submodules are
not what people expect them to be. People tend to be deterred by the
fact that every time you update a submodule you need to commit to the
parent.

> So we'd need to host clones for each dual-life module ? (That's not a
> problem but I just want to make it clearer)

Yes, otherwise instead of one point of failure for getting the code we
have as many failure points as there are module maintainers.

Obviously they could be just mirrors though (so e.g. if I push to my
github version of Tie::RefHash and request integration to core, the
perl.git committer could update the perl5.git.perl.org mirror of my
.git, and then update that in the submodule).

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About