June 11, 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@puremagic.com
        ReportedBy: julian@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: -------
May 25, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3063


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich@gmail.com
         Resolution|                            |FIXED


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-05-24 22:21:00 PDT ---
Ancient but it's fixed, and this module is deprecated anyway.

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