<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 18, 2017, at 1:49 PM, David McClain <<a href="mailto:dbm@refined-audiometrics.com" class="">dbm@refined-audiometrics.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">seems to be a problem with the use of TRANSFER here:<div class=""><br class=""></div><div class=""><div class=""><div class=""><br class=""></div></div><div class=""><div class="">(defun process-coin-server-request (stream)</div><div class="">  (let ((request (read stream)))</div><div class="">    (case request</div><div class="">      <font color="#ff2600" class="">(transfer (process-transfer-request (cdr request) stream))</font></div><div class="">      (execute (process-execute-request (cdr request) stream))</div><div class="">      (blocks (process-blocks-request (cdr request) stream)))))</div><div class=""><br class=""></div><div class="">Also redefines BLOCK and so we probably need to declare shadowing at the top. </div></div></div></div></div></blockquote><div><br class=""></div>My bad, totally slipped my mind.</div><div><br class=""></div><div>I’ll rename that to resolve the conflict in the next version.</div><div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class=""><div class=""><br class=""></div><div class="">Not sure what the quickload stuff was trying to accomplish, but my resident version of Ironclad kept shadowing anything imported by quickload. No SHA3 digest in my resident version, so I replaced it (for now) with the bleeding edge version from GitHub. That worked, as far as I can tell.</div></div></div></div></div></blockquote><div><br class=""></div>Yes, I tend to use the most recent versions of your library, but given it’s crypto library it might be good you upgraded.</div><div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">Actually had to compile buffer twice in order to get past the TRANSFER error (not sure why that even works?) but the system appears to be hung waiting for some kind of network connection. Perhaps you could give us a usage hint?</div></div></div></blockquote><div><br class=""></div>My mistake on not doing a clean compile before releasing; most of this was made interactively and I haven’t gotten around to writing a full app target in my LW.</div><div><br class=""></div><div>Thanks for the feedback.</div><div><br class=""></div><div><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">Cheers,</div></div></div></blockquote><div><br class=""></div><div>--</div>Burton Samograd<br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">- DM</div></div></div></blockquote></div><br class=""></body></html>