Custom Query (1030 matches)
Results (625 - 627 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #81 | worksforme | Listener marks get confused | ||
| Description |
Now that I'm doing more testing/debugging, I find the listener very often gets in a state where hitting return reports Hemlock error "Marks in different buffers have no relation", and the only recourse is to kill the listener (not fun if you have state in a breakloop). I don't have a specific repeatable case, but because of ticket:80 I'm doing a lot of copying and pasting between the listener and editor buffers, and that might have something to do with it. (F04E4B90) : 0 (REPORT-CONDITION-IN-HEMLOCK-FRAME #<SIMPLE-ERROR #xC417CD6> #<HEMLOCK-LISTENER-FRAME <HemlockListenerFrame: 0x2871400> (#x2871400)>) 528
|
|||
| #484 | invalid | Listener does not show horizontal scrollbar when made horizontally smaller by resizing window | ||
| Description |
see summary |
|||
| #840 | fixed | Lisp non-conformance created by load | ||
| Description |
Start a fresh CCL 1.6 (64bit Mac OS 10.6.7) and eval the following two forms; this will work as it should. (defstruct foo a) (defun baz () (flet ((foo-a (x y) (+ x y))) (foo-a 1 2))) Now put the two forms in a file, and load the file. The result is a compiler error: ? (load "Users/brooks/Desktop/test.lisp")
Alternatively, if the flet defined foo-a to have a single arg, then the compiler would not complain, but subsequently eval'ing (baz) will generate a type error: ? (baz)
|
|||
