<div class="gmail_quote"><br>On Mon, Nov 5, 2012 at 4:54 AM, Ralph Möritz <span dir="ltr"><<a href="mailto:ralph.moeritz@outlook.com" target="_blank">ralph.moeritz@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks Jean-Claude,<br>
<br>
apoligies for top posting. </blockquote><div><br>I don't make a fuss about it but I think that those that do have somewhat of a point...<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
MKCL 1.1.1 tested & working on my machine (Win7 x64).</blockquote><div><br>Thanks.<br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
WRT ucd.dat would you mind elaborating on that? If it's legacy stuff that isn't really necessary anymore then how could one go about removing it? (The fewer runtime dependencies the better!)<br></blockquote><div><br>
Yes, the fewer the better. <br><br>In file "ucd.dat", ucd stands for Unicode Character Database. The content of ucd.dat<br>is a derivative of file UnicodeData.txt published by the Unicode Consortium that is produces by a utility<br>
program that can be found in MKCL's contrib/unicode directory. File ucd.dat once loaded provides the basic<br>attributes of each Unicode character, like uppercase, lowercase, alpha or digit...  <br><br>File ucd.dat was inherited by MKCL from ECL 9.6.2 when MKCL was forked from it.  Its existence as a<br>
separate external file is basically a bad idea (wrong point in the memory versus time design space).<br>ECL recognized this lately and moved away from it in ECL 12.7.1. Therefore I consider the existence<br>of ucd.dat as a legacy bug that needs to be fixed and I will include that fix in MKCL 1.1.2.<br>
<br>That fix will have the nice property of making sure that mkcl_boot() will no longer blow up if<br>it cannot access MKCL's loadable modules directory as it does now on ucd.dat.<br>Module loading may still require setting MKCL_LIBDIR in some configurations but at least<br>
failure on #'load (or #'require) will not happen during the boot process and could then be<br>handled through usual condition handling in user code. <br><br>As to "how could one go about removing it?",  well it is the usual Read The Source Code<br>
(or Use The Source, Luke :-) and have fun watching all the arbitrary, undocumented<br>magic numbers embedded in there...  It is basically a pain, but if you want to share that<br>pain I'll be glad to accommodate you.<br>
<br>Cheers,<br><br>Jean-Claude<br> <br><br></div></div><br>