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

           Summary: Phobos uses deprecated std.path sep symbol
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: andrej.mitrov...@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2012-04-29 
17:06:04 PDT ---
DMD 2.059 release:

std.file and std.datetime still use std.path.sep which is deprecated, they
should use dirSeparator instead. Here are the lines:

std.file:
L542
L543
L1968
L1969

std.datetime:
L29289
L29598
L29600
L29601

Why is Phobos being compiled with the deprecation option when distributed? The
same thing goes for RDMD which Walter compiled with -d but otherwise the 2.059
release version wouldn't compile without -d. For lack of a better word, it's
really unprofessional.

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

Reply via email to