Re: [Ecls-list] ECL failure with Pierre Mai's Deflate library

2010-10-11 Thread Zach Beane
Juan Jose Garcia-Ripoll writes: > On Mon, Oct 4, 2010 at 2:43 PM, Zach Beane wrote: > > I'd like to use Pierre Mai's Deflate library with ECL, but it fails on > every gzip file I test. Attached is a small tarball that demonstrates > the problem. > > > Ok, I believe the problem has be

Re: [Ecls-list] ECL failure with Pierre Mai's Deflate library

2010-10-11 Thread Juan Jose Garcia-Ripoll
On Mon, Oct 4, 2010 at 2:43 PM, Zach Beane wrote: > I'd like to use Pierre Mai's Deflate library with ECL, but it fails on > every gzip file I test. Attached is a small tarball that demonstrates > the problem. > Ok, I believe the problem has been fixed. There were two small but nasty fixes * A

Re: [Ecls-list] ECL failure with Pierre Mai's Deflate library

2010-10-08 Thread Pierre R. Mai
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 elem

Re: [Ecls-list] ECL failure with Pierre Mai's Deflate library

2010-10-08 Thread 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, b

Re: [Ecls-list] ECL failure with Pierre Mai's Deflate library

2010-10-04 Thread Zach Beane
Juan Jose Garcia-Ripoll writes: > Zach, thanks a lot for a self-contained test. Could you please provide us with > some more information about the platform where you tested ECL? I meanĀ at > leastĀ configuration flags, chipset, 32/64 bits, operating system and value of > *features* Sure, sorry for

Re: [Ecls-list] ECL failure with Pierre Mai's Deflate library

2010-10-04 Thread Juan Jose Garcia-Ripoll
On Mon, Oct 4, 2010 at 2:43 PM, Zach Beane wrote: > I'd like to use Pierre Mai's Deflate library with ECL, but it fails on > every gzip file I test. Attached is a small tarball that demonstrates > the problem. It has deflate.lisp from Deflate 1.0.1, a small "gunzip" > definition, and a 107-byte g

[Ecls-list] ECL failure with Pierre Mai's Deflate library

2010-10-04 Thread Zach Beane
I'd like to use Pierre Mai's Deflate library with ECL, but it fails on every gzip file I test. Attached is a small tarball that demonstrates the problem. It has deflate.lisp from Deflate 1.0.1, a small "gunzip" definition, and a 107-byte gzipped file input.gz. Loading "fail.lisp" will compile and l