<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 25, 2014 at 3:12 AM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
...<br>
<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Problems I found:<br>
1- you look for encodings in #p"SYS:ENCODINGS;" (upper case,<br>
as per the standard), which is mapped to .../lib/mkcl-1.1.8/encodings/<br>
(lower case, as customary on Unix, thus as per the standard).<br>
However, the directory and its files have upper case names, and<br>
are therefore not found. This breaks asdf-encodings and thus the<br>
test-encodings.script test. Note: you need to download the latest<br>
version of asdf-encodings for this test to work.<br>
<br></blockquote><div><br></div><div>Thank you for the bug report.  This will give me an opportunity to revisit that land of half-forgotten and so often much too brittle legacy.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

2- even assuming SYS:ENCODINGS; were found, it is not obvious at all<br>
 what is the right way to detect the presence of an encoding.<br>
 i.e. given the keyword :latin-2, what is the recommended way<br>
 to detect if an encoding is supported and/or to list supported<br>
 encodings? e.g. check (si::make-encoding :latin-2),<br>
 or see that mk-ext::latin-2 in bound to a keyword?<br>
<br></blockquote><div><br></div><div>As I said above, half-forgotten legacy, so I'll need a little while to reply on this one...<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

3- if I uncomment the lines:<br>
  ;;(unless (or #+ecl (use-ecl-byte-compiler-p))<br>
  ;;  (setf *load-system-operation* 'load-bundle-op))<br>
  I get an error in test-logical-pathname,<br>
  with the .fasb apparently mapped to the wrong directory.<br></blockquote><div><br></div><div>???! What is the real need for this one? You see me a bit baffled here. Will investigate...<br> <br></div><br></div></div></div>