dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]a bug report


From: Gopal V
Subject: Re: [DotGNU]a bug report
Date: Thu, 18 Dec 2003 23:12:09 -0800 (PST)

Hi Kamen,


> //using A.B;
> 
> namespace A
> {
>  using B;

..

> note that this compiles under microsoft .net and
> does not under pnet (unless you uncomment the second
> line).

*eew* , ugly. The problem with this is that you could
as well have "using System;" inside the namespace
(IIRC). It's kinda too hard to figure out where to
attach the prefix "A" and where not to .

That said, I think I screwed up ILNode_Using sometime
last year and haven't fixed it yet ... :)

Gopal

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]