dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Another bug from System.Xml


From: Rhys Weatherley
Subject: Re: [DotGNU]Another bug from System.Xml
Date: Fri, 27 Sep 2002 09:44:14 +1000

Gopal V wrote:

> So according to this
> 
> if(answer_to_life_universe_and_everything)return "42";
> else if(who_made_earth) return "mice";
> 
> Gives an A-OK for ILNode_EndsInReturnImpl() ... So shouldn't we return
> (flags1 & flags2) ?
> 
> But in that case , the following code fails to pass the test
> 
> if(answer_to_life_universe_and_everything)return "42";
> else throw new QuestionException("don't know");

It was a little tricky, but I've fixed this now.

Cheers,

Rhys.


reply via email to

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