Re: [whimsy] branch master updated: LDAP-namecheck print header each 30 rows

2021-07-12 Thread Craig Russell
> On Jul 12, 2021, at 4:31 PM, sebb wrote: > > On Tue, 13 Jul 2021 at 00:29, wrote: >> >> This is an automated email from the ASF dual-hosted git repository. >> >> clr pushed a commit to branch master >> in repository https://gitbox.apache.org/repos/asf/whimsy.git >> >> >> The following c

Re: [whimsy] branch master updated: LDAP-namecheck print header each 30 rows

2021-07-12 Thread Craig Russell
Nailed it. Thanks, Craig > On Jul 12, 2021, at 4:51 PM, Sam Ruby wrote: > > Try (mismatches += 1). "++" is not an operator in Ruby, and is > interpreted as +(+(mismatches)). > > - Sam Ruby > > On Mon, Jul 12, 2021 at 7:32 PM wrote: >> >> This is an automated email from the ASF dual-hosted

Re: [whimsy] branch master updated: LDAP-namecheck print header each 30 rows

2021-07-12 Thread Sam Ruby
Try (mismatches += 1). "++" is not an operator in Ruby, and is interpreted as +(+(mismatches)). - Sam Ruby On Mon, Jul 12, 2021 at 7:32 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > clr pushed a commit to branch master > in repository https://gitbox.apach

Re: [whimsy] branch master updated: LDAP-namecheck print header each 30 rows

2021-07-12 Thread sebb
On Tue, 13 Jul 2021 at 00:29, wrote: > > This is an automated email from the ASF dual-hosted git repository. > > clr pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > The following commit(s) were added to refs/heads/master by this push: > ne