[Seaside-dev] Grease-Core-lr.48

Philippe Marschall philippe.marschall at gmail.com
Fri Sep 10 10:34:43 UTC 2010


Hi

I'm not happy at all with the #hash changes. It's a really bad
implementation of #hash, only slightly better than:

#hash
   ^ 42

I'm also not happy with the #= changes. Does #isDictionary cause
problems on any dialect? The change introduces commutativity problems:

Dictionary new = GRSmallDictionary new -> true
GRSmallDictionary new = Dictionary new -> false

If this is really the definition of #= we want we should kick
#isDictionary from GRSmallDictionary.

Cheers
Philippe


More information about the seaside-dev mailing list