LWM format bug
Hi, I know that ~R in a format string is defined on integers, but don't think calling it with a float should end up with a segmentation violation (and, the first time, a popup saying, incorrectly, that lispworks has crashed, do I want to submit a crash report to apple?) Cheers, Bob CL-USER 2 > (format nil "~R" 1234.56) Error: Signal : segmentation violation(11) 1 (abort) Return to level 0. 2 Return to top loop level 0. Type :b for backtrace, :c <option number> to proceed, or :? for other options