[Issue 5316] New: std.getopt with associative arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 4 08:27:07 PST 2010


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

           Summary: std.getopt with associative arrays
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrei at metalanguage.com


--- Comment #0 from Andrei Alexandrescu <andrei at metalanguage.com> 2010-12-04 08:25:32 PST ---
This patch adds the capability of invoking a program with

./my-program --tune=a=0,b=1,c=2

and initialize an associative array with ["a":0, "b":1, "c":2 ]. Submitted on
behalf of Christopher Nicholson-Sauls.

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