Thread overview
[Issue 5599] New: Rdmd: Switches after the filename have no effect
Feb 16, 2011
Andrej Mitrovic
Feb 17, 2011
Andrej Mitrovic
February 16, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5599

           Summary: Rdmd: Switches after the filename have no effect
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: andrej.mitrovich@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-02-16 13:22:31 PST ---
module test;

void main() { }
unittest {
    assert(0);
}

rdmd test.d -unittest
>

Expected behavior is:
rdmd -unittest test.d
core.exception.AssertError@test(5): unittest failure

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 17, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5599


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei@metalanguage.com
         Resolution|                            |INVALID


--- Comment #1 from Andrei Alexandrescu <andrei@metalanguage.com> 2011-02-16 19:32:34 PST ---
This is as expected. Everything after the actual module name is passed to the module itself.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 17, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5599



--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-02-16 19:35:25 PST ---
My bad!

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