Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relevance of devdeps in Guix #1600

Closed
swedebugia opened this issue Nov 22, 2018 · 1 comment
Closed

Relevance of devdeps in Guix #1600

swedebugia opened this issue Nov 22, 2018 · 1 comment
Labels

Comments

@swedebugia
Copy link

Hi
I'm wondering how many of the devdeps are strictly needed for building async? How many are needed if we want to test it too?

We are trying in Guix to figure out how to package async in a reproducible way.
See also: https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00201.html

I'm using a guile-script to make a graph of async and the devdependencies and all recursive dependencies of those. It is still running and has 235 levels and 823 packages and counting.

This means that if we are to package async with all the devdeps (unlikely needed I hope so) we need first to package 823+ other packages to build the devdeps.

This is a lot.

Cheers
swedebugia

@aearly
Copy link
Collaborator

aearly commented Nov 22, 2018

All of the dev deps are relevant to build and test Async. We make no determination between those use to build and those used to test. If you just want a built version, we distribute dist/async.js in every release that has no other dependencies.

However, if you are going to be importing other npm packages, large dependency and devDependency trees are the norm rather than the exception. Be prepared to import thousands of packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants