[Issue 759] rdmd does not accept "*.d" or "name.d" as program argument

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 26 14:01:48 PST 2010


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


Andrei Alexandrescu <andrei at metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei at metalanguage.com
         Resolution|                            |FIXED


--- Comment #1 from Andrei Alexandrescu <andrei at metalanguage.com> 2010-11-26 14:00:24 PST ---
Tried the example (after fixing for D2) with:

$ rdmd test.d .
$ rdmd test.d . '*.d'
$ ./test.d .
$ ./test.d . '*.d'
$ mkdir -p name.d
$ rdmd test.d name.d
$ ./test.d name.d

All work as expected.

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