Re: Bug for beginners

2009-08-21 Thread Stephen Eilert
On Fri, Aug 21, 2009 at 12:25 PM, Juan Lang wrote: > > As I understand from Wine's policies, functions should only be > implemented > > if an application requires them. If that's correct, a random search for > > stubs isn't a good idea, because the follow up question would be "which > > applicati

Re: Bug for beginners

2009-08-21 Thread James Mckenzie
>On Fri, Aug 21, 2009 at 12:58 AM, Andrew Eikum >wrote: > >> Alexandros Dermenakis wrote: >> >>> Hi all, >>> >>> I studied the wine developer's guide and went a bit through the code. I >>> would like a suggestion, a bug to start understanding better the structure >>> of wine and familiarize myself

Re: Bug for beginners

2009-08-21 Thread Juan Lang
> As I understand from Wine's policies, functions should only be implemented > if an application requires them. If that's correct, a random search for > stubs isn't a good idea, because the follow up question would be "which > application requires this function?". We certainly prioritize functions

Re: Bug for beginners

2009-08-21 Thread Stephen Eilert
On Fri, Aug 21, 2009 at 12:58 AM, Andrew Eikum wrote: > Alexandros Dermenakis wrote: > >> Hi all, >> >> I studied the wine developer's guide and went a bit through the code. I >> would like a suggestion, a bug to start understanding better the structure >> of wine and familiarize myself with it in

Re: Bug for beginners

2009-08-21 Thread Alex Dermenakis
Thanks to both of you Andrew and Juan. I think though I'll with Andrew's suggestion. ;-) On Thu, Aug 20, 2009 at 11:58 PM, Andrew Eikum wrote: > Alexandros Dermenakis wrote: > >> Hi all, >> >> I studied the wine developer's guide and went a bit through the code. I >> would like a suggestion, a bu

Re: Bug for beginners

2009-08-20 Thread Andrew Eikum
Alexandros Dermenakis wrote: Hi all, I studied the wine developer's guide and went a bit through the code. I would like a suggestion, a bug to start understanding better the structure of wine and familiarize myself with it in order to be able to contribute more in the future. thank you

Re: Bug for beginners

2009-08-20 Thread Juan Lang
> I studied the wine developer's guide and went a bit through the code. I would > like a suggestion, a bug to start understanding better the structure of wine > and familiarize myself with it in order to be able to contribute more in the > future. Often, picking an application that you yourself ru

Bug for beginners

2009-08-20 Thread Alexandros Dermenakis
Hi all, I studied the wine developer's guide and went a bit through the code. I would like a suggestion, a bug to start understanding better the structure of wine and familiarize myself with it in order to be able to contribute more in the future. thank you