[Issue 4718] New: Few Phobos modules renames

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 23 17:36:22 PDT 2010


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

           Summary: Few Phobos modules renames
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2010-08-23 17:36:17 PDT ---
There are some Phobos modules that, for different reasons, I'd like to see
renamed:

std.stdio => std.io (commonly used, shorter, remove useless duplication of
std).

std.bitmanip => std.bits (because bitmanip is a not nice abbreviation).

std.cover => std.coverage (not commonly used, to remember its purpose better).

std.regex/std.regexp => std.re (is enough, as in Python)

std.traits => std.meta

-- 
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