Custom Query (1030 matches)
Results (259 - 261 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #997 | invalid | with-open-file wrapper deletes files on pop from break | ||
| Description |
If I get a break inside a with-open-file and abort to the top level, the files to that point are deleted. This is weird and makes degugging difficult, esp. when I'm doing long complex computations that generate partial results, and expect to be able to dump them into files and then use them on restart to figure out where I was and what happened. It would be nice, if you're not going to change this behavior, to have a switch for wof that would leave the files around in this case. |
|||
| #996 | fixed | Save with multiple windows on same file moves window | ||
| Description |
Open the same file open in two windows, put them in different positions on the screen, then make a change in one of the windows and Save. One of the windows moves and resizes to be on top of the other, i.e. their screen positions and dimensions get unified. |
|||
| #993 | fixed | lock-free hashtable error | ||
| Description |
On rare occasions, gethash returns nil dispite the existence of the entry. toor@toor-VirtualBox:~/src/lisp$ ~/ccl/lx86cl -n Welcome to Clozure Common Lisp Version 1.8-r15286M (LinuxX8632)! ? (load "lock-free-hash-table-test.lisp") #<EXTERNAL-PROCESS (/bin/echo)[9149] (RUNNING) #x1839788E> #<EXTERNAL-PROCESS (/bin/echo)[9152] (RUNNING) #x1835FF26> #<EXTERNAL-PROCESS (/bin/echo)[9154] (RUNNING) #x1841F11E> ... #<EXTERNAL-PROCESS (/bin/echo)[15259] (RUNNING) #x1D41E8E6> #<EXTERNAL-PROCESS (/bin/echo)[15261] (RUNNING) #x1D4D0536> #<EXTERNAL-PROCESS (/bin/echo)[15264] (RUNNING) #x1D74E746> > Error: value NIL is not of the expected type NUMBER. > While executing: CCL::+-2, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > |
|||
