Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-09-01 Thread Michal Židek
On 09/01/2015 10:58 AM, Jakub Hrozek wrote: On Mon, Aug 31, 2015 at 01:24:17PM +0200, Michal Židek wrote: On 08/31/2015 01:20 PM, Jakub Hrozek wrote: On Mon, Aug 31, 2015 at 02:09:19PM +0300, Alexander Bokovoy wrote: On Mon, 31 Aug 2015, Lukas Slebodnik wrote: On (29/08/15 14:33), Alexander

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-09-01 Thread Jakub Hrozek
On Mon, Aug 31, 2015 at 01:24:17PM +0200, Michal Židek wrote: > On 08/31/2015 01:20 PM, Jakub Hrozek wrote: > >On Mon, Aug 31, 2015 at 02:09:19PM +0300, Alexander Bokovoy wrote: > >>On Mon, 31 Aug 2015, Lukas Slebodnik wrote: > >>>On (29/08/15 14:33), Alexander Bokovoy wrote: > On Fri, 28 Aug

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-31 Thread Petr Cech
On 08/31/2015 01:09 PM, Alexander Bokovoy wrote: On Mon, 31 Aug 2015, Lukas Slebodnik wrote: On (29/08/15 14:33), Alexander Bokovoy wrote: On Fri, 28 Aug 2015, Petr Cech wrote: Hi everyone, I would like to ask you what you think about the initialization of iterative variables in forloops.

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-31 Thread Michal Židek
On 08/31/2015 01:20 PM, Jakub Hrozek wrote: On Mon, Aug 31, 2015 at 02:09:19PM +0300, Alexander Bokovoy wrote: On Mon, 31 Aug 2015, Lukas Slebodnik wrote: On (29/08/15 14:33), Alexander Bokovoy wrote: On Fri, 28 Aug 2015, Petr Cech wrote: Hi everyone, I would like to ask you what you think

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-31 Thread Lukas Slebodnik
On (30/08/15 15:31), Simo Sorce wrote: >On Fri, 2015-08-28 at 09:03 +0200, Petr Cech wrote: >> Hi everyone, >> >> I would like to ask you what you think about the initialization of >> iterative variables in forloops. I know that present code style does not >> allow it. But how I recognized, we

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-31 Thread Lukas Slebodnik
On (29/08/15 14:33), Alexander Bokovoy wrote: >On Fri, 28 Aug 2015, Petr Cech wrote: >>Hi everyone, >> >>I would like to ask you what you think about the initialization of >>iterative variables in forloops. I know that present code style does not >>allow it. But how I recognized, we use C99, and

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-31 Thread Jakub Hrozek
On Mon, Aug 31, 2015 at 02:09:19PM +0300, Alexander Bokovoy wrote: > On Mon, 31 Aug 2015, Lukas Slebodnik wrote: > >On (29/08/15 14:33), Alexander Bokovoy wrote: > >>On Fri, 28 Aug 2015, Petr Cech wrote: > >>>Hi everyone, > >>> > >>>I would like to ask you what you think about the initialization

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-30 Thread Simo Sorce
On Fri, 2015-08-28 at 09:03 +0200, Petr Cech wrote: Hi everyone, I would like to ask you what you think about the initialization of iterative variables in forloops. I know that present code style does not allow it. But how I recognized, we use C99, and this feature is here now.

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-29 Thread Alexander Bokovoy
On Fri, 28 Aug 2015, Petr Cech wrote: Hi everyone, I would like to ask you what you think about the initialization of iterative variables in forloops. I know that present code style does not allow it. But how I recognized, we use C99, and this feature is here now. (example) Instead of:|

Re: [SSSD] Code style -- for loop iterative variables initial declaration

2015-08-28 Thread Petr Cech
On 08/28/2015 09:18 AM, Lukas Slebodnik wrote: On (28/08/15 09:03), Petr Cech wrote: Hi everyone, I would like to ask you what you think about the initialization of iterative variables in forloops. I know that present code style does not allow it. But how I recognized, we use C99, and this