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

Testing standard libraries #164

Closed
maleadt opened this issue Nov 22, 2022 · 0 comments
Closed

Testing standard libraries #164

maleadt opened this issue Nov 22, 2022 · 0 comments

Comments

@maleadt
Copy link
Member

maleadt commented Nov 22, 2022

Julia apparently just supports testing (embedded) stdlibs via regular Pkg.add/Pkg.test, so we should be able to test those packages. We currently don't, because the stdlibs aren't all registered, so we don't consider them when determining the packages to test. But we can look them up using Pkg.Types.stdlibs().

Note that it would probably still be a bit of a special case because it wouldn't support the full generality of PackageSpec.

@maleadt maleadt closed this as completed Nov 24, 2022
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

1 participant