Custom Query (1030 matches)
Results (646 - 648 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #832 | fixed | (sqrt #c(1d300 1d300)) signals overflow | ||
| Description |
Could be related to ticket:830 and ticket:831. |
|||
| #836 | invalid | Format function handling of ~< ~> seems off | ||
| Description |
Consider the following: (format nil "~<{~;~{~,3f~^, ~:_~}~;};~:>"
(list (loop for x from 0 to 30 collecting (expt 1.065 x))))
Under sbcl and LW this puts 11 or 10 (respectively) numbers per line. On CCL (1.7-dev-r14672M-trunk) it does not, returning everything on a single line. This is a pretty esoteric format string, and it's possible I'm completely misunderstanding what it should do, but I *think* CCL is doing something wrong. |
|||
| #837 | fixed | Some constant-valued integer expressions can be evaluated twice in generated code | ||
| Description |
From Eric Marsden on openmcl-devel: | Welcome to Clozure Common Lisp Version 1.7-dev-r14686M (LinuxX8664)! | ? (defun foo () | (catch 'ct5 (throw 'ct5 (logior -920833 (the integer -2513842743151))))) | FOO | ? (foo) | > Error: Can't throw to tag -263425 | > While executing: FOO, in process listener(1). `---- |
|||
Note:
See TracQuery
for help on using queries.
