On Sun, 12 Dec 2010 20:09:13 +0100
Juan Jose Garcia-Ripoll <juanjose.garciarip...@googlemail.com> wrote:

> 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.

I could indeed see the ECL_BASE_STRING_P() check in enter_directory()
but had no idea how come that case wasn't problematic before or with
other software.

After your fix, I could test current ECL with current SLIME and confirm
they work great together again :)

Thanks again,
-- 
Matt

------------------------------------------------------------------------------
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