[Issue 8205] New: Order of dmd '-run' flag is wrong on Mac OS X
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jun 7 00:47:55 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8205
Summary: Order of dmd '-run' flag is wrong on Mac OS X
Product: D
Version: D2
Platform: All
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: rix0rrr at gmail.com
--- Comment #0 from Rico Huijbers <rix0rrr at gmail.com> 2012-06-07 00:49:57 PDT ---
According to Walter, the order should be 'dmd FILE -run', but when I do that I
get an error. Writing 'dmd -run FILE' works.
> $ dmd helloworld.d -run
> Error: argument expected for switch '-run'
> $ dmd -run helloworld.d
> hello world
Version:
> DMD64 D Compiler v2.059
--
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