Sets with nil

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Sets with nil

Andreas.Raab
Folks -

Since I just integrated Igor's Set with nil support into our production
images (after finding a heinous method called setSize in class Bag which
people used to write aCollection asBag setSize instead of aCollection
asSet size) I did the same in the trunk.

I found that the code was already rotten a bit but hopefully the tests
account for most of it. Test coverage is probably incomplete in
particular for cases involving nil; more tests are definitely helpful.
And of course if you find any issues with the changes please report them.

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: Sets with nil

Randal L. Schwartz
>>>>> "Andreas" == Andreas Raab <[hidden email]> writes:

Andreas> Since I just integrated Igor's Set with nil support into our production images

Way cool!

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

Reply | Threaded
Open this post in threaded view
|

Re: Sets with nil

Igor Stasenko
On 2 February 2010 08:00, Randal L. Schwartz <[hidden email]> wrote:
>>>>>> "Andreas" == Andreas Raab <[hidden email]> writes:
>
> Andreas> Since I just integrated Igor's Set with nil support into our production images
>
> Way cool!
>
Thanks, Andreas!

> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
> <[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
> See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
>
>



--
Best regards,
Igor Stasenko AKA sig.