Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (322 - 324 of 1030)

Ticket Resolution Summary Owner Reporter
#714 fixed close-shared-library isn't defined under Windows Serhiy
Description

When executing

(ccl:close-shared-libary (ccl:open-shared-libary "user32.dll"))

the error below appears:

Reader error: No external symbol named "CLOSE-SHARED-LIBARY" in package #<Package "CCL"> .

[Condition of type SIMPLE-ERROR]

#976 fixed class redefinition after snap-reader-methods causes invalid memory operation Gary Byers Francois-Rene Rideau
Description

I haven't been able to reduce that to a small runnable example yet, but when we compile our application with (ccl::snap-reader-methods :known-sealed-world t)

If we subsequently re-define a class, even identically, some existing methods using that class will fail with an "Invalid memory operation". That's with 1.8-r15359 LinuxX8664. Before the patch from http://trac.clozure.com/ccl/changeset/14968 was used, it was a plain crash.

Can CCL be patched so that any class-redefinition after snap-reader-methods would invalidate the snapped reader methods, and possibly issue a warning or continuable error (since a promise was broken)?

Xref: ITA bug 105557

#62 fixed cl:ed not hooked up in the IDE Gary Byers gz
Description

In the IDE listener:

? (ed "~/.emacs")

Error: This implementation doesn't provide a resident editor. While executing: ED, in process Listener(4). Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.