Custom Query (1030 matches)
Results (574 - 576 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #740 | fixed | no paste (Windows) | ||
| Description |
In the IDE on Windows, Paste from other apps doesn't work (Copy does work - i.e. I can copy stuff in the IDE and paste in, e.g. Emacs, but not vice versa) |
|||
| #741 | fixed | source locations are off (Windows) | ||
| Description |
meta-. on, e.g. |
|||
| #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. |
|||
