July 18, 2013
On Thursday, July 18, 2013 11:47:26 bioinfornatics wrote:
> firstly fedora provide D shared lib since 2 years and static lib
> is not allowed.
> We want to get one lib and share it to each application.

How on earth has it been providing shared libraries for any D packages when we only just started supporting shared libraries with the most recent release? Any shared library prior to now would definitely have been buggy, and even now, it's highly experimental. No one who wants a low chance of bugs should be using shared libraries in D yet, let alone for the last 2 years.

- Jonathan M Davis
July 19, 2013
On Thursday, 18 July 2013 at 06:10:45 UTC, Joseph Rushton Wakeling wrote:
> On 07/17/2013 11:00 PM, Jonathan M Davis wrote:
>> I think that my biggest gripe with how Deimos is set up is that the folks who manage the projects in there aren't in control of them. So, they can't merge anything themselves or do other git commands such as tagging or branching.
>
> Is it not possible to set up something where
>
>    (i) Deimos library devs create a 'home repo' for their project, which can
>        be a personal repo, a group repo, or even something not on GitHub if
>        they prefer
>
>   (ii) Deimos project repos just do a regular, automated clone/pull from the
>        specified home repo.

An alternative method is to use git submodules and let the people who wish to maintain bindings to have it as a submodule of a deimos repo.

That way they are linked in nice forms from a central location.
1 2 3
Next ›   Last »