JuliaRandom / Random123.jl

Julia implementation of Random123.
http://juliarandom.github.io/RandomNumbers.jl/stable/man/random123/
Other
18 stars 5 forks source link

Package Random123 does not have RandomNumbers in its dependencies #2

Closed GregPlowman closed 5 years ago

GregPlowman commented 5 years ago

I'm getting this error (and recompilation) when using Random123 Windows 10, Julia v1.1.0

Julia-1.1.0> using Random123
[ Info: Recompiling stale cache file C:\Users\Greg\.julia\compiled\v1.1\Random123\1imiM.ji for Random123 [74087812-796a-5b5d-8853-05524746bad3]
┌ Warning: Package Random123 does not have RandomNumbers in its dependencies:
│ - If you have Random123 checked out for development and have
│   added RandomNumbers as a dependency but haven't updated your primary
│   environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with Random123
└ Loading RandomNumbers into Random123 from project dependency, future warnings for Random123 are suppressed.
GregPlowman commented 5 years ago

Is it because dependency in Manifest.toml refers to RandomNumbers v1.0.3?

...
[[RandomNumbers]]
deps = ["Libdl", "Printf", "Random", "Test"]
git-tree-sha1 = "0687ea782f88706ef7969bc298f170e1ac7cb606"
uuid = "e6cf234a-135c-5ec9-84dd-332b85af5143"
version = "1.0.3"
...
sunoru commented 5 years ago

Yes, it should be fixed in a new version: https://github.com/JuliaLang/METADATA.jl/pull/21552

GregPlowman commented 5 years ago

Thanks!

GregPlowman commented 5 years ago

I think it's fallen through the cracks.

GregPlowman commented 5 years ago

Thanks for following through on this.