Re: Repetitve fixme for each file accessed.

2006-07-25 Thread Kuba Ober
> > > > > fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program > > > > > Files\\GeneXproTools 4\\SampleRuns\\XOR.gep") stub > > > > > > Please turn it into a TRACE instead of a FIXME. > > > > If it's a stub isn't it a FIXME? > > That is standard practice for extremely intrusive and frequent FIXME's,

Re: Repetitve fixme for each file accessed.

2006-07-25 Thread Stefan Dösinger
Am Dienstag 25 Juli 2006 00:15 schrieb Dan Kegel: > On 7/24/06, Kuba Ober <[EMAIL PROTECTED]> wrote: > > > > > fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program > > > > > Files\\GeneXproTools 4\\SampleRuns\\XOR.gep") stub > > > > > > Please turn it into a TRACE instead of a FIXME. > > > > If it's

Re: Repetitve fixme for each file accessed.

2006-07-24 Thread Dan Kegel
On 7/24/06, Kuba Ober <[EMAIL PROTECTED]> wrote: > > > fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\GeneXproTools > > > 4\\SampleRuns\\XOR.gep") stub > > Please turn it into a TRACE instead of a FIXME. If it's a stub isn't it a FIXME? That is standard practice for extremely intrus

Re: Repetitve fixme for each file accessed.

2006-07-24 Thread Kuba Ober
> > > fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\GeneXproTools > > > 4\\SampleRuns\\XOR.gep") stub > > > > (I added this to wine) > > Please turn it into a TRACE instead of a FIXME. If it's a stub isn't it a FIXME? Otherwise it'd only make sense to me if it were a long-term WONTFIX

Re: Repetitve fixme for each file accessed.

2006-07-24 Thread Dan Kegel
On 7/24/06, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: Segin wrote: > fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\GeneXproTools > 4\\SampleRuns\\XOR.gep") stub (I added this to wine) Please turn it into a TRACE instead of a FIXME.

Re: Repetitve fixme for each file accessed.

2006-07-24 Thread Detlef Riekenberg
Segin wrote: > fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\GeneXproTools > 4\\SampleRuns\\XOR.gep") stub This indicates, that the Installer is correct. When an Installer does not give the fixme, it's outdated / incomplete. > Does this have anything to do with the ClamAV integration

Repetitve fixme for each file accessed.

2006-07-24 Thread Segin
I keep getting stub fixme's for each and every single file that is access in Wine, especially via an installer. THe fixmes look like: fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\GeneXproTools 4\\SampleRuns\\XOR.gep") stub Does this have anything to do with the ClamAV integration