-
Notifications
You must be signed in to change notification settings - Fork 11
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
TestReports.test fails due to method error on checkinstalled! call #86
Comments
possibly since Pkg 1.6.1 and issue most likely related to #84 |
Sorry not sure how I missed this! Thanks for reporting, I'll take a look. |
This should be handled by these lines: Lines 188 to 192 in d120625
If you upgrade to the latest TestReports ( |
Assuming that this solved it, please feel free to re-open if not. |
0.4.0 on 1.7.1
The call to
checkinstalled
withctx = Pkg.Types.Context
does not work anymore since the signature ofproject_resolve!(ctx::Context, pkgspec::PackageSpec)
in Pkg.jl has changed.The text was updated successfully, but these errors were encountered: