<div dir="ltr">I found a small bug/typo in the CCL specific code in the with-timeout.lisp file, which makes the trivial-timeout library not to function properly on CCL.<br><br>File: with-timeout.lisp<br><br>Original code:(Line 87 and 88)<br>
    (* ,gseconds #+(or openmcl ccl)<br>       ccl:*ticks-per-second* #+digitool 60)<br><br>Fix:(Line 87 and 88)<br>    (* ,seconds-symbol #+(or openmcl ccl)<br>       ccl:*ticks-per-second* #+digitool 60)<br clear="all"><br>
-- <br> _________________<br> Kjeld K. B. Massali<br> <a href="mailto:denatus@gmail.com">denatus@gmail.com</a> <br> ------------------------------<br>
</div>