Custom Query (1030 matches)
Results (310 - 312 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #501 | fixed | listener doesn't handle input ending with a comment | ||
| Description |
Welcome to Clozure Common Lisp Version 1.3-dev-r12103M-trunk (DarwinX8664)! ? (+ 2 2) 4 ? (+ 2 2) ; test it then sits there waiting for input. If I back up and remove the comment and hit return again, it works fine. |
|||
| #502 | fixed | r2829 transcribed corkill's NAN definition incorrectly | ||
| Description |
the addition to number.lisp includes an error in the transcription from corkill's suggested changes http://dancorkill.home.comcast.net/~dancorkill/openmcl-inf.lisp, in that it uses double-float-positive-infinity twice. see http://trac.clozure.com/ccl/browser/trunk/source/lib/numbers.lisp?rev=10124#L119 also, the revision neglected the NAN constant definitions. |
|||
| #503 | fixed | evaluate out commated function | ||
| Description |
It is very practical to have small tests in the code to evaluate by hand, but that is ignored by load or "execute all". this is the behavior in mcl. like: ;(function-call arg) |
|||
