jim-jim-jim / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

Enumerable.reduce incompatible to the implementation of Array.reduce in Gran Paradiso Alpha 4 (Firefox 3) #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download and install Gran Paradiso Alpha 4 from
http://developer.mozilla.org/devnews/index.php/2007/04/27/gran-paradiso-alpha-4-
now-available-for-download/
2. notice that base2 doesn't work in there

Please provide any additional information below.
the Mozilla bug about implementing Array.reduce:
https://bugzilla.mozilla.org/show_bug.cgi?id=363040

Original issue reported on code.google.com by maltekr...@gmail.com on 1 May 2007 at 3:55

GoogleCodeExporter commented 9 years ago
Mozilla's implementation of reduce is different to mine (different order of 
args).
I'll change base2's implementation to be compatible.

Original comment by dean.edw...@gmail.com on 1 May 2007 at 8:13

GoogleCodeExporter commented 9 years ago
Should work now.

Original comment by dean.edw...@gmail.com on 2 May 2007 at 3:51

GoogleCodeExporter commented 9 years ago

Original comment by doek...@gmail.com on 14 Jul 2007 at 7:01