[Issue 3063] New: Importing std.dateparse and dependent files in DMD 2.030 causes DSSS/Rebuild to fail

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 11 08:08:40 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3063

           Summary: Importing std.dateparse and dependent files in DMD
                    2.030 causes DSSS/Rebuild to fail
           Product: D
           Version: 2.030
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: julian at ifeelrandom.com


An extraneous comma at the end of line 383 (in the array dateidtab[]) of
std/dateparse.d in the Phobos library included with DMD 2.030 (and some
previous alpha versions) causes DSSS and Rebuild to fail after going
out-of-memory (because they can't adequately generate an error from the
incorrect syntax). 

Because of this, anyone who imports std.dateparse, and in turn std.date,
std.file, std.stream etc. will have the compilation of their project fail in
DSSS. Removing the extra comma should fix the problem.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list