March 18, 2010
9:05 p.m.
Ok I see I fixed isUnix... sorry for the mess. Stef
On 03/18/10 13:26, Stéphane Ducasse wrote:
I fixed it now this is strange that it did not break at my place...
It finds the current platform with a #detect:, so once it finds your platform it doesn't send the other messages. Mac must have come earlier than Unix or Risc in the subclasses collection. And if it's a hashed collection based on identityHash the order could change from image to image.
-Martin