[Mono-devel-list] Re: Fixes to XSLT

Atsushi Eno atsushi at ximian.com
Tue Feb 8 09:23:55 EST 2005


Hi,

>>> Class1.cs catches all the exceptions and prints the text of them into 
>>> the results file, if I understand correct your question.
>> Then, it should have been reported as differences, but I could not
>> find that specific test case.
> Yes, I fished this example from the diff. How did you search this 
> specific test case?

I don't know the exact command line but my text editor uses GNU diff
(anyways if any kind of diff will list if there is such differences
in results, as well as others ). But anyways,

> If you download this zip: 
> http://www.oasis-open.org/committees/download.php/9584/XSLT-testsuite-03.ZIP 

Oh. so I had older committee draft version that was the newest
at the time I created standalone test runner, while you have newer
draft version. Ok, I will update the target test collection which
might be incorrect (that doesn't matter; we can report such test
bugs if any).

>> BTW it would be very nice if you split the patches per individual
>> problem you fixed. Also, "svn diff" format would be better.
> Hmm, I used diff -Naur to produce a patch. What's the way to make a 
> patch in "svn diff" format?

Just try "svn diff" in your locally-changed repositry.

> Hm, MonoDevelop then has to solve this problem somehow. What will happen 
> if a user defines her own enum where few members have an equal value? 
> Then you must go further and forbid such enum members in the language 
> like you forbid duplicated cases in switch statement.

Is there such an enumeration type which is not buggy?

Atsushi Eno




More information about the Mono-devel-list mailing list