Custom Query (1030 matches)
Results (457 - 459 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #175 | worksforme | Open panel doesn't open file in editor | ||
| Description |
Occassionally, Clozure CL(PPC).app stops opening text/source files for editing (HemlockEditorDocuments) via the Open Panel. Restarting the app resolves the problem. I cannot reproduce the problem at will and no particular file is the culprit. It seems to do more with how long the app has been running. OSX 10.4.7 on a G4. Console backtrace is attached. |
|||
| #1 | fixed | OpenMCL hasn't really had a bug-tracking system in years | ||
| Description |
The bug-openmcl mailing list sort of works, but is less than ideal. Hopefully, using Trac to manage bugs will be better. TBD: what kinds of email integration are possible and desirable ? |
|||
| #742 | fixed | Opening foreign libraries on initial thread does not play nice with CFFI | ||
| Description |
A recent change to open-shared-library runs the code on the initial thread. The result of this is that if anything goes wrong (like the library not being found) the error is dumped to the AltConsole. This undermines CFFI's mechanism for finding shared libraries, which relies on open-shared-library being run within the dynamic context of a handler-case. It also seems like kind of a bad plan to dump an error to the AltConsole for something as common as not funding a shared library. |
|||
