Custom Query (1030 matches)
Results (589 - 591 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #520 | fixed | Execute-all doesn't respect current state of buffer | ||
| Description |
If a saved file has been edited then execute-all appears to execute the saved version, not the version in the buffer, e.g: Put (print 123) into a buffer. Save it. Change it to (print 456) but don't save. Execute all. Result will be 123, not 456. Not sure if this is by design, but it's not the behavior I intuitively expect. |
|||
| #522 | fixed | Windows: Device component lost in pathname handling | ||
| Description |
? (pathname-device (make-pathname :host "blub" :device "h" :name "hello" :directory '(:absolute "a" "b") :type "txt")) :UNSPECIFIC This breaks wildcard DIRECTORY searches on drives other than CCL's default drive, presumably C:. I have spent some time trying to find the problem myself, but got lost in the innards of the pathname handling code that I don't understand. |
|||
| #524 | fixed | CL:CHARACTER signals a SIMPLE-ERROR instead of a TYPE-ERROR | ||
| Description |
(character "FOO") signals a SIMPLE-ERROR while the HyperSpec says "Should signal an error of type type-error if object is not a character designator." I'm using "Version 1.3-r12182M (LinuxX8632)" |
|||
