[Ecls-list] Runtime bug in compiled code

daiyanh at yahoo.co.jp daiyanh at yahoo.co.jp
Thu Jan 1 14:57:48 UTC 2015


Thanks for quick response!

Encouraged by your successful trial, I changed the underlying

compiler from Intel icl to MS cl.  Voila!  It works now.  haha 😊


As for earlier “baz” program for srt->smi translation,

the culprit was the modification of list; compiler isn’t the cause.

But the error is correctable:




(tx (s)
  (mapl (lambda (s) (rplaca s (format nil "~{~a~}~:[~;<br>~]" (map 'list #'tr (car s)) (cdr s)))) s))



Sent from Windows Mail





From: Pascal J. Bourguignon



<snip>



The compiled code refuses to run, presumably choking at the macro expansion above.

If I eval the lower diff::intern-files by c-x c-e, the code runs fine.




Works for me:




; SLIME 2014-08-01

…
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20150101/d8f50a30/attachment.html>


More information about the ecl-devel mailing list