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

Check packages before compile them #74

Closed
diegozea opened this issue Jun 4, 2018 · 1 comment
Closed

Check packages before compile them #74

diegozea opened this issue Jun 4, 2018 · 1 comment

Comments

@diegozea
Copy link

diegozea commented Jun 4, 2018

If you try to compile various packages at the same time or packages with a lot of dependencies, the slow compilation process starts to sometimes fail at some point (after minutes of compilation).
It would be great if compile_package could be able to check the list of packages and their dependencies to see if they can be compiled (to avoid some errors, e.g. packages that cannot be precompiled).
Also, it would be great if that function could catch common problems (e.g. non-const globals).

Best regards,

@KristofferC
Copy link
Sponsor Member

This is quite difficult. The easiest way to see if things can be precompiled is pretty much to try it and see what happens. For apps, there are some checks in place now.

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

No branches or pull requests

2 participants