Custom Query (1030 matches)
Results (187 - 189 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #232 | fixed | New backtrace-as-list function | ||
| Description |
SBCL has a |
|||
| #236 | fixed | Fix for UTTypeConformsTo key in Cocoa IDE's Info.plist | ||
| Description |
The UTTypeConformsTo key in the Info.plist's type definition should be an array of strings instead of a string. The effect of this bug is that other apps/spotlight-plugins that reference lisp files (like the Lisp Metadata Importer) don't work because CCL's type definition results in a broken UTI. I'm attaching a patch that fixes this, but with the recent directory layout changes I wasn't sure if the patch applies to the right file. |
|||
| #237 | fixed | IDE wedges trying to navigate within string | ||
| Description |
In a new buffer, enter (foo "bar then place the insertion point after the quotes and press, e.g., c-m-f. IDE will wedge and has to be killed. I think the problem is that generally, hemlock code isn't prepared to navigate inside strings (valid-spot is nil), but much of the time it doesn't actually check for it so in some cases it just goes into infinite loops. |
|||
