JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
622 stars 268 forks source link

document that uuid4 is recommended #1493

Closed tpapp closed 4 years ago

tpapp commented 5 years ago

1173 suggests that uuid4 is the recommended way to generate UUIDs (as opposed to uuid1), it would be useful to document this somewhere.

This is of course relevant mostly to package template generators and similar.

I think the best place for this is the toml docs, I will wait for suggestions then make a PR.

StefanKarpinski commented 4 years ago

Yes, that seems like a good place for it at least. Doesn't mean it can't also be mentioned elsewhere.