Re: [Ecls-list] Some test grid patches

2013-01-12 Thread Juan Jose Garcia-Ripoll
Hi Peter, thanks for the reports. I will answer them one by one below. On Sat, Jan 5, 2013 at 7:48 PM, Peter Salvi wrote: > 1) CL-PPCRE > === > > The test suite fails, because the ~x FORMAT directive gives a > lowercase string in ECL,[...] > This is not limited to FORMAT, but concerns p

[Ecls-list] Some test grid patches

2013-01-05 Thread Peter Salvi
Hi, After reading the "Involvement in ECL" post, I've looked into some of the test grid failures. Here is what I found. 1) CL-PPCRE === The test suite fails, because the ~x FORMAT directive gives a lowercase string in ECL, i.e. (format nil "~x" #xab) => "ab", while in other implementatio