[Issue 265] Selective import from renamed import behaves strangely
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 28 06:38:17 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=265
deewiant at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Status|RESOLVED |REOPENED
Keywords|accepts-invalid, rejects- |spec
|valid |
Resolution|INVALID |
------- Comment #2 from deewiant at gmail.com 2006-07-28 08:38 -------
(In reply to comment #1)
So essentially, the statement "import mymodule = module : myname = name;" is
equivalent to the two statements "import mymodule = module; import module :
myname = name;". Once again, this is worth noting in the documentation: the way
I figured it, the two import methods would combine, as I indicated in the
comments.
Reopening with the "spec" keyword and a lower severity.
--
More information about the Digitalmars-d-bugs
mailing list