<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 24, 2013, at 20:00, Erik Huelsmann <<a href="mailto:ehuels@gmail.com">ehuels@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi,<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="h5">
<blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">
<div><br></div><div>Rudi, since this seems to match closely with your area of expertise, could you have a (quick) look at this and provide some pointers which could help us fix the array index out of bounds errors? The reproduction recipe is to simply quickload :cl-l10n.</div>

</div></div></div></blockquote><br></div></div><div>One of my old kludges, coming back to bite me ...  Fixed in r14446, by checking whether the class passed to allocate-funcallable-instance is a subtype of standard-generic-function and creating either of two (java-side) types of funcallable objects.</div>
<div><br></div></div></blockquote><div><br></div><div style="">Thanks for taking a look at it so quickly. Does this allow us to move the creation and declaration of STANDARD-GENERIC-FUNCTION to the lisp world?</div></div></div></div></blockquote><div><br></div><div>Unfortunately not, that's another fight.</div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div> </div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div style="word-wrap:break-word"><div></div><div>Now cl-l10n is complaining about a missing #+abcl branch in the definition of GETENV, but we get past the previous bump in the compilation.</div>
<br></div></blockquote><div><br></div><div style="">Such an implementation can be quickly provided. I'll have a look at our sources if we don't already have an implementation slumbering around.</div></div></div></div></blockquote><br></div><div>We have ext:getenv, but cl-l10n needs to be told about it.</div><div><br></div><div>Rudi</div><div><br></div></body></html>