[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: [QUIZ] Space Merchant (#71

Ross Bamford

3/22/2006 7:58:00 PM

On Thu, 2006-03-23 at 01:08 +0900, Ross Bamford wrote:
> On Thu, 2006-03-23 at 00:22 +0900, Mauricio Fernandez wrote:
> > On Mon, Mar 20, 2006 at 05:41:56PM +0900, Ross Bamford wrote:
> > > class WeakHash #:nodoc: all
> > [...]
> > > def []( key )
> > > value_id = @cache[key.hash]
> > ========
> > This will fail when you have hash collisions; I think it should be 'key'
> > as in the original code (same goes for []=).
>
> [...] I'll fix that up later today.

For completeness, here is the final galaxy.rb with this bug fixed. I
still didn't get time to redo the generation though but there you go...

--
Ross Bamford - rosco@roscopeco.REMOVE.co.uk