Am 08.10.2010 um 17:06 schrieb Zach Beane:

> When Abhishek Reddy told me that older versions of ECL don't fail with
> my test case, I tried a git-bisect and found that commit
> 5cfb33d7ad472e7a70d14069df4e374087c6117c, "Inline forms for
> ROW-MAJOR-AREF/ASET acting on specialized arrays with elements
> :[u]int{8,16,32,64}-t" fails on the test case, but the previous commit,
> 1c6132d28a464960d2d7a82bd534b7c712ed00d2, "Inline MAKE-ARRAY also when
> :INITIAL-ELEMENT is supplied.", does not fail. Both commits were made on
> May 25th of this year.

That seems indeed to be the source of the problem, since the entry for 
ext:integer64 references b16 instead of b64.  Changing this in my copy of ecl 
(see attached patch) and recompiling seems to fix the problem reported as issue 
3082527.

The only remaining problem with Deflate is now the optimization bug in 
bit-stream-read-bits (the first issue reported).

> 
> Abhishek independently bisected and arrived at the same commit.
> 
> I tried to revert the failing commit changes on HEAD, but it didn't seem
> to help, and I'm not sure I was doing it right.
> 
> Zach

Regs, Pierre.

Attachment: 0001-Fix-typo-in-def-inline-definition-for-row-major-aref.patch
Description: Binary data



-- 
Pierre R. Mai                                        <p...@pmsf.de>
PMSF IT Consulting Pierre R. Mai                http://www.pmsf.de/
Blumenstr. 4                                          Goethestr. 32
85417 Marzling                                     87724 Ottobeuren
Tel. +49(0)8161/935 35 12                      +49(0)8332/936 69 13
Fax  +49(0)8161/935 35 08                      +49(0)8332/936 69 03
VAT ID / USt-ID Nr: DE 212838159                            Germany

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to