[Glass] Locked by Smalltalkhub and Tonel

bruno buzzi brassesco smalltalk at adinet.com.uy
Fri Oct 16 16:59:44 PDT 2020


Dale,

I will help no problem :)
Maybe i was not clear enough.

The tests all green in GS versions: 3.2.17, 3.3.9, 3.4.5, 3.5.0 and 3.5.4.
In GS 3.1.0.6 almost all tests pass but #testCopy .

After debugging i found that :
|d1 d2 |
d1 := OrderPreservingIdentityStringDictionary new.
d1 at: '1' put: '1'.
d2 := d1 copy.
(d1 associations at: 1) == (d2 associations at: 1)

GS 3.1.0.6 answer true. In others versions answer false.
Any way on Monday afternoon i will research further.

regards,
bruno

On 16/10/2020 20:17, Dale Henrichs via Glass wrote:
>
> On 10/16/20 3:21 PM, bruno buzzi brassesco via Glass wrote:
>> How do you want to proceed ? 
>
> Well, we should make the tests pass?
>
> I don't have the code loaded in an image, so I can't run tests and 
> debug them myself ... this is the part where I was hoping to get help 
> and not have to spend time in the details (until I'm out from under 
> the critical path at least):)
>
> At this point I don't know if the test is failing because the 
> associations aren't in the same order or if one of the associations 
> was incorrectly copied.
>
> I don't even know which collections are involved ... or which copy 
> method has changed (if indeed #copy is the reason that the test is 
> failing) ...
>
> I suppose I would need to understand exactly the point where the 
> execution goes bad and then I should be able to suggest a course of 
> action ...
>
> Dale
>
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> https://lists.gemtalksystems.com/mailman/listinfo/glass
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gemtalksystems.com/mailman/private/glass/attachments/20201016/f6f58048/attachment.htm>


More information about the Glass mailing list