digitalmars.D.bugs - [Issue 1218] New: Need to automate updating of std.compiler
- d-bugmail puremagic.com (27/27) May 07 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1218
- d-bugmail puremagic.com (9/9) Jun 28 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1218
http://d.puremagic.com/issues/show_bug.cgi?id=1218 Summary: Need to automate updating of std.compiler Product: D Version: 1.014 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: Phobos AssignedTo: bugzilla digitalmars.com ReportedBy: smjg iname.com On more than one occasion, the information in std.compiler has slipped out of date. The very nature of std.compiler means that it _must_ be constantly kept up to date with the real compiler version. As long as it isn't, it's as bad as non-existent, if not worse. Therefore, Walter needs an automated means of updating std.compiler to the current DMD version. The compiler version in mars.c, and therefore in the output from dmd when run with no arguments, manages to stay up to date. Is this updated manually or automatically? - If automatically, then the solution is to make the program/script that does it update std.compiler as well while it's at it. - If manually, then the solution is to write a program/script that updates both, and replace the versionly ritual of updating it in mars.c with a ritual of running this program. --
May 07 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1218 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla digitalmars.com 2007-06-29 00:47 ------- Fixed in DMD 1.017 and 2.001. --
Jun 28 2007