RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: zaterdag 24 december 2005 3:47 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen

Re: [Mono-dev] Dropping privileges in linux

2005-12-24 Thread Georgi Moskov
Hi Robert, I understand that the problem is related to the linux setXid() implementation in a multi-threaded environment but I also realise that this behaviour shows only in certain situations. So can you please give me some more information about your linux and mono installations: - What

Re: [Mono-dev] Dropping privileges in linux

2005-12-24 Thread Georgi Moskov
Hi Miguel, On 12/24/05, Miguel de Icaza [EMAIL PROTECTED] wrote: We recently discovered that Linux is pretty broken when it comes to setuid. The brokeness does not show up in most programs, but it *might* show up with things like Mono. The problem is that setuid in Linux has no kernel

HA: [Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP

2005-12-24 Thread Vorobiev Maksim
Title: HA: [Mono-dev] System.Threading.Thread:MemoryBarrier() and XSP Hi, I built 1.1.12 for Solaris on SPARCv9. And it works. To compleate the build I used gcc 3.4.2, GNU make, GNU tar. The only undocumented feature I used - it requires enviroment variable CC to be defined (for me it was

Re: [Mono-dev] Dropping privileges in linux

2005-12-24 Thread Miguel de Icaza
Hello, Thanks for your answer, I think that now I understand the problem. I noticed that in mono the GC is implemented in the libgc library and as it is written in the readme the libgc implementation can safely work with threads and can also cope with signals by deferring them. Can you

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
Comments inline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: dinsdag 20 december 2005 6:26 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Hi, The

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: vrijdag 23 december 2005 18:54 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Mono-dev] [PATCH] Validation for xsl:output attributes. Comments inline -Original Message- From: [EMAIL

Re: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Atsushi Eno
Gert Driesen wrote: Comments inline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: dinsdag 20 december 2005 6:26 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Hi,

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: vrijdag 23 december 2005 20:31 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote: Comments inline -Original

Re: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Atsushi Eno
Gert Driesen wrote: -Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: vrijdag 23 december 2005 20:31 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote: Comments inline

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Atsushi Eno
It indeed is indent part matter. Anyways you don't have to touch the code anymore. I fixed the bug. There is no failing NUnit tests and no more regressions in standalone tests now. As I said, checking attributes on xsl:output and reject extraneous ones is indeed good, so I didn't want to revert

Re: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Atsushi Eno
Gert Driesen wrote: I submitted my initial patch the the mono-dev list, and you definitely reviewed this part. It is incorrect. It was the first reply I precisely pointed out that HTML output is broken here, and after my reply you committed what you haven't posted. Our behaviour now matches

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 24 december 2005 11:16 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote: I submitted my initial patch the the

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 24 december 2005 17:27 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Mono-dev] [PATCH] Validation for xsl:output attributes. It indeed is indent part matter. Anyways you don't have to touch

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 24 december 2005 14:48 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Validation for xsl:output attributes. Gert Driesen wrote: -Original Message- From:

Re: [Mono-dev] mod_mono on Windows

2005-12-24 Thread Alexandre Rocha Lima e Marcondes
Hello Angel, I'm glad to hear that we are one issue shorter in order to release a full win32 compliant mod_mono ... Thanks to the nice work of all mono hackers/developers/contributors ... Em Sex, 2005-12-23 s 18:22 +0100, Angel Marin escreveu: Hi, Alexandre Rocha Lima e Marcondes

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Atsushi Eno
It indeed is indent part matter. Anyways you don't have to touch the code anymore. I fixed the bug. There is no failing NUnit tests and no more regressions in standalone tests now. It also applies to standalone and omit-xml-declaration attributes (see the new tests I added to

RE: [Mono-dev] [PATCH] Validation for xsl:output attributes.

2005-12-24 Thread Atsushi Eno
... and here's the patch ;-) Sorry for the noise ! It looks good. Please apply exactly the same patch by the time you commit anything else. Thanks, Atsushi Eno ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com