On Wed, 31 May 2017, 17:23 Benno Fünfstück, <benno.fuenfstu...@gmail.com>
wrote:

> Profpatsch <m...@profpatsch.de> schrieb am Mi., 31. Mai 2017 um 16:01 Uhr:
>
>> On 17-05-31 08:25am, Benno Fünfstück wrote:
>> > A package set
>> > is a consistent set of packages of a given language.
>>
>> exactly that is not possible with e.g. npm or golang packages.
>>
>
> Yes, those should be dealth with differently. Is sharing of deps between
> different applications in these languages common? (sorry, i'm not very
> familar with either)
>

With npm, a single application might contain multiple versions of the same
library. There is no forcing function that nudges developers to deal with
API compatibilities.

With golang, each project dependency is usually pinned to a single commit
ID. There is no notion of semver that can help build a constraint solver.

>
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to