Phobos version naming
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.com
Wed Nov 3 19:27:41 UTC 2021
On 2021-11-03 11:37, Andrei Alexandrescu wrote:
> I'd like to devise a robust version naming for Phobos. What is the best
> way?
>
> Currently it's std.v2 but I'm unclear how it goes from there. By semver
> we'd go with std.v2_0_1 and so on.
>
> Walter and others say it's better to have "std2" at top level instead of
> "std.v2" nested inside std. I confess I chose "std.v2" partially because
> it's easier to implement. But we can go either way. What would be best?
Turns out switching names around is easy:
https://github.com/dlang/phobos/pull/8309/commits/5c6d9ba3aef59878b2b97c2464a1616d5dfce04b
More information about the Digitalmars-d
mailing list