http://d.puremagic.com/issues/show_bug.cgi?id=8544
--- Comment #2 from Andrej Mitrovic <[email protected]> 2012-10-02 16:54:34 PDT --- (In reply to comment #1) > I'd like to fix this myself. But I'm not sure how this should be exposed in > the > Runtime struct. Should it be two properties, 'argc' and 'argv', or a single > property such as the following, in core.runtime: > > extern (C) CArgs rt_cArgs(); > > static @property string[] cArgs() > { > return rt_cArgs(); > } That should be: > static @property CArgs cArgs() and > extern (C) CArgs rt_cArgs() Obviously I'm just pseudocoding. :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
