We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Just came from this thread on the Julia forums and wanted to try test_stale_deps but am getting this error:
test_stale_deps
julia> Aqua.test_stale_deps(FlowComplexity) Test Failed at /Users/alexandre/.julia/packages/Aqua/bBjXC/src/stale_deps.jl:31 Expression: isempty(stale_deps) Evaluated: isempty(Base.PkgId[Base.PkgId(Base.UUID("fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"), "BSON"), Base.PkgId(Base.UUID("186bb1d3-e1f7-5a2c-a377-96d770f13627"), "Fontconfig"), Base.PkgId(Base.UUID("5d742f6a-9f54-50ce-8119-2520741973ca"), "CSVFiles"), Base.PkgId(Base.UUID("093fc24a-ae57-5d10-9952-331d41423f4d"), "LightGraphs"), Base.PkgId(Base.UUID("a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"), "Interpolations"), Base.PkgId(Base.UUID("f3b207a7-027a-5e70-b257-86293d7955fd"), "StatsPlots"), Base.PkgId(Base.UUID("35d6a980-a343-548e-a6ea-1d62b119f2f4"), "ColorSchemes"), Base.PkgId(Base.UUID("274fc56d-3b97-40fa-a1cd-1b4a50311bf9"), "PythonPlot"), Base.PkgId(Base.UUID("a81c6b42-2e10-5240-aca2-a61377ecd94b"), "Compose"), Base.PkgId(Base.UUID("39dd38d3-220a-591b-8e3c-4c3a8c710a94"), "Dierckx"), Base.PkgId(Base.UUID("91a5bcdd-55d7-5caf-9e0b-520d859cae80"), "Plots"), Base.PkgId(Base.UUID("324d7699-5711-5eae-9e2f-1d82baa6b597"), "CategoricalArrays"), Base.PkgId(Base.UUID("4c88cf16-eb10-579e-8560-4a9242c79595"), "Aqua"), Base.PkgId(Base.UUID("5ae59095-9a9b-59fe-a467-6f913c188581"), "Colors"), Base.PkgId(Base.UUID("2fda8390-95c7-5789-9bda-21331edee243"), "LsqFit"), Base.PkgId(Base.UUID("f27b6e38-b328-58d1-80ce-0feddd5e7a45"), "Polynomials"), Base.PkgId(Base.UUID("a2cc645c-3eea-5389-862e-a155d0052231"), "GraphPlot"), Base.PkgId(Base.UUID("aa1b3936-2fda-51b9-ab35-c553d3a640a2"), "GraphIO"), Base.PkgId(Base.UUID("d330b81b-6aea-500a-939a-2ce795aea3ee"), "PyPlot"), Base.PkgId(Base.UUID("159f3aea-2a34-519c-b102-8c37f9878175"), "Cairo")]) ERROR: There was an error during testing
Any idea what could have gone wrong?
Thanks, Alex
The text was updated successfully, but these errors were encountered:
Hmm, doesn't this just say you have stale dependencies and gives a list of them?
Sorry, something went wrong.
Wow. I was convinced this just listed all the dependencies!
I have just tested further and Aqua indeed seems to have listed correctly all the unused packages.
I guess the output had me confused ("test failed"). Sorry about that, I’m new to this!
Thanks for the reply!
No worries you're welcome
No branches or pull requests
Hi!
Just came from this thread on the Julia forums and wanted to try
test_stale_deps
but am getting this error:Any idea what could have gone wrong?
Thanks,
Alex
The text was updated successfully, but these errors were encountered: