[Issue 1504] [module] import osmosis
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 13 16:04:33 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=1504
Leandro Lucarella <llucax at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |llucax at gmail.com
Summary|import osmosis |[module] import osmosis
--- Comment #4 from Leandro Lucarella <llucax at gmail.com> 2009-11-13 16:04:32 PST ---
For easy reading:
a.d
---
private import std.cstream;
void main(){}
---
b.d
---
import std.stdio;
void B()
{
std.file.read(__FILE__);
}
---
Seems to work with DMD 2.035, what I don't understand is where the hell
std.file comes from! It compiles even making the b.d import "static"!
--
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