Leandro Lucarella Wrote: > Sean Kelly, el 1 de diciembre a las 11:52 me escribiste: > > Leandro Lucarella Wrote: > > > > > Speaking of improving the VCS usage, how about tagging? > > > > An easy intermediate step would be to include the SVN revision numbers > > of Phobos ad Druntime when a release is packaged. In fact, the > > makefiles could probably dump this information somewhere and have it > > built into the libraries, thanks to the mixin file feature. Maybe I'll > > add a version string to the Runtime object for this (at least for > > Druntime). In Phobos, I guess this could go in std.compiler, though > > there has to be a better place for it. > > I think that would be nice too, but tagging is easy enough, I don't know > if you have any release script, but if you do, tagging can be > automatically done in that script.
Walter does use a release script. It could probably be modified to tag revisions without too much trouble.