Custom Query (1030 matches)
Results (697 - 699 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #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. |
|||
| #412 | fixed | another case where simple arithmetic is beyond our grasp. | ||
| Description |
I'm too lazy to submit another bug report, but (on x8664): ? (defun foo ()
(let* ((x most-negative-fixnum)
(y 1))
(- x y)))
FOO
? (foo)
1152921504606846975
?
Hmm. I expected something more ... negative. (This is broken on 1.2 as well. I haven't checked ppc64, but I'd be suspicious.) |
|||
Note:
See TracQuery
for help on using queries.
