On Sun, Dec 12, 2010 at 5:23 AM, Matthew Mondor <mm_li...@pulsar-zone.net>wrote:

> On Sat, 11 Dec 2010 14:55:21 -0500
> Matthew Mondor <mm_li...@pulsar-zone.net> wrote:
>
> > I'll also try with an up to date slime when I have more time, but I
> > wanted to post this in case the origin of the problem seems obvious to
> > others.
>
> It also happens with today's SLIME CVS HEAD and an empty ~/.eclrc


I identified the problem and fixed it. Slime is building pathnames with
components of type (array character (*)) while the operating system (or at
least the ECL routines) only accept (array base-char (*)). I have added a
filter that coerces all strings in pathnames to the second type if possible.
If it is not possible, then those filenames are using characters beyond the
256 lowest Unicode codepoints, which is not accepted by ECL.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to