You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me it would already be an improvement to make the error message more specific. I needed to search for a while until I noticed that the missing UUID was the reason for the error message.
I created a Julia project that is not a package using DrWatson, see JuliaDynamics/DrWatson.jl#67.
So for the missing UUID something like
ERROR: trying to test unnamed project (missing UUID in Project.toml)
Currently if you try to
Pkg.test
a project without an UUID, it will throw this error:Even if the project has a name.
Is there any reason why the Project.toml needs to have an UUID if I want to test it?
The text was updated successfully, but these errors were encountered: