Custom Query (1030 matches)
Results (670 - 672 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #411 | fixed | error when compiling arith expression | ||
| Description |
(defconstant $1hour 3600)
(defun foo (i)
(loop with start-delay = $1hour
with duration = $1hour
collect (loop for i from 0 below 5
as departure = (+ 3416133997 start-delay (* i duration))
collect departure)))
Results in: Error: 27329071976 : value doesn't match constraint :S32CONST in template for CCL::ADD-CONSTANT . (in both trunk and working-0711) |
|||
| #416 | fixed | Source locations for source files | ||
| Description |
COMPILER-FILE arranges for the reader and compiler to conspire to record source location information for functions, but LOAD doesn't, so functions loaded from source don't get source info. They should. |
|||
| #417 | fixed | Source info for REPL definitions | ||
| Description |
The REPL should arrange to record source info for definitions coming from toplevel-read. "file positions" may not be meaningful for standard input, but it could at least record the source text. |
|||
Note:
See TracQuery
for help on using queries.
