Hi Paul,
> Am 16.04.2016 um 00:55 schrieb Paul Hoadley :
>
> Hi Johann,
>
> On 15 Apr 2016, at 11:53 pm, Johann Werner wrote:
>
>> do you have an example where ERXEOControlUtilities.validateUniquenessOf()
>> does not work because of ERXArrayUtilities.arrayMinusObject()? What is the
>> exact
On 16 Apr 2016, at 8:57 am, Paul Hoadley wrote:
>> And while we’re here:
>>
1. With the new method signature for arrayMinusArray(), WOUnit’s
MockEditingContext can’t even find that method:
java.lang.NoSuchMethodError:
er.extensions.foundation.ERXArrayUtilities.arrayMi
On 16 Apr 2016, at 8:42 am, Chuck Hill wrote:
> Good catch! It should use removeAll() not remove().
Even using removeObject() (which is what the original implementation used)
reverts the behaviour. Johann, would you have any objection to me making this
change to restore the old behaviour of a
Good catch! It should use removeAll() not remove().
From:
mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>>
on behalf of Paul Hoadley mailto:pa...@logicsquad.net>>
Date: Friday, April 15, 2016 at 3:55 PM
To: Johann Werner mailto:j...@oyosys.com>>
Cc: WebObjects Development
Hi Johann,
On 15 Apr 2016, at 11:53 pm, Johann Werner wrote:
> do you have an example where ERXEOControlUtilities.validateUniquenessOf()
> does not work because of ERXArrayUtilities.arrayMinusObject()? What is the
> exact error?
This is in the middle of a WOUnit test, so the error is that
va
Hi Paul,
do you have an example where ERXEOControlUtilities.validateUniquenessOf() does
not work because of ERXArrayUtilities.arrayMinusObject()? What is the exact
error?
I did a quick test in my code and could not see wrong outcome. Looking at the
code change before that commit:
public stati
Hi Johann,
In 1d56e6d6, you changed the API for these methods—I assume "use interfaces as
params where possible” from the log comment was your rationale here, and that
seems pretty reasonable. Here are a couple of caveats for my comments to follow:
* We agreed that Wonder 7 need not maintain ba