[Issue 900] changing import order causes type mismatch
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 29 00:34:53 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=900
torhu at yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|rejects-valid |
------- Comment #1 from torhu at yahoo.com 2007-01-29 02:34 -------
Are selective imports private by default or not? The docs state that imports
are public by default, but also says that selective imports are "bound into the
current namespace".
I take it they are supposed to be private, which means this bug is really about
the compiler accepting invalid code, since color_inl.d and dtest.d are able to
use RGB without importing palette.d.
--
More information about the Digitalmars-d-bugs
mailing list