Re: API changes impact on ApacheDS, take 6

2016-05-30 Thread Pierre Smits
Grin.

As long as you don't feel it becoming a burden, go enjoy yourself. But
As soon as you feel it growing to be overwhelming, give us a shout.

Maybe the few of us can then do an intervention. E.g. with beer and the
likes... How about around Sevilla? With some tapas...

Best regards, and take care


Pierre Smits

ORRTIZ.COM 
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Mon, May 30, 2016 at 2:48 PM, Emmanuel Lécharny 
wrote:

> Le 30/05/16 à 14:04, Shawn McKinney a écrit :
> >> On May 29, 2016, at 6:47 PM, Emmanuel Lécharny 
> wrote:
> >>
> >> Sadly, the week-end is over, and I'll have to go back to work tomorrow.
> >> I hope to be able to fix the remaining errors in the next coming
> evenings.
> > Yes I understand your affliction all too well.  You clearly have a case
> of 'apertus principiumitis’ (open souritis).
> >
> > The predilection of one to code (rather than relaxing)
> Writing code *is* relaxing ! Like running, riding a bicycle, swimming...
>
>


Re: API changes impact on ApacheDS, take 6

2016-05-30 Thread Emmanuel Lécharny
Le 30/05/16 à 14:04, Shawn McKinney a écrit :
>> On May 29, 2016, at 6:47 PM, Emmanuel Lécharny  wrote:
>>
>> Sadly, the week-end is over, and I'll have to go back to work tomorrow.
>> I hope to be able to fix the remaining errors in the next coming evenings.
> Yes I understand your affliction all too well.  You clearly have a case of 
> 'apertus principiumitis’ (open souritis).  
>
> The predilection of one to code (rather than relaxing)
Writing code *is* relaxing ! Like running, riding a bicycle, swimming...



Re: API changes impact on ApacheDS, take 6

2016-05-30 Thread Shawn McKinney

> On May 29, 2016, at 6:47 PM, Emmanuel Lécharny  wrote:
> 
> Sadly, the week-end is over, and I'll have to go back to work tomorrow.
> I hope to be able to fix the remaining errors in the next coming evenings.

Yes I understand your affliction all too well.  You clearly have a case of 
'apertus principiumitis’ (open souritis).  

The predilection of one to code (rather than relaxing) across employer 
sanctioned weekends, holidays and/or vacations on a particular open source 
project. 

:-)

API changes impact on ApacheDS, take 6

2016-05-29 Thread Emmanuel Lécharny
A good week-end working on the branh...

I was able to get through a lot of issues, and have gone down to 13
failures and 2 errors, out of 573 tests (ie, I have 97% of the tests
passing green ;-)

The remaining errors are mostly specific cases. For instance I found
that we were allowing searches using a filter like '(street >= 3)' which
is non-sensical, as 'street' does not have an ORDERDING MatchingRule.
Otherwise, I had to fix a lot of small things in the API.

>From the performance POV, a lookup done on a single entry is around 40%
faster than what it was (in core-integ, I haven't yet checked the
performance when going through the network). This is quite impressive...

Sadly, the week-end is over, and I'll have to go back to work tomorrow.
I hope to be able to fix the remaining errors in the next coming evenings.