Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (442 - 444 of 1030)

Ticket Resolution Summary Owner Reporter
#60 fixed Thread-safe gf dispatch Gary Byers gz
Description

It should be possible for gf dispatch to run simultaneously in multiple threads without introducing inconsistencies in CLOS internals (e.g. caches).

FWIW, here's what sbcl does about this: http://lisp-ecoop07.bknr.net/pdf/31662.

#813 fixed There is no warning for unsaved documents when closing the IDE (Cocotron Gary Byers ender2012
Description

To reproduce:

  • open the IDE
  • Open a .lisp document
  • make a change (add some text)
  • close the document without saving
  • notice there is dialog asking you if you would like to save before you close the document
#977 fixed There is no applicable method for the generic function: CCL::%%ONE-ARG-DCODE Francois-Rene Rideau
Description

At times, our application QRes has the following error message:

There is no applicable method for the generic function:

<Compiled-function CCL::%%ONE-ARG-DCODE #x3000002039CF>

when called with arguments:

(NIL)

The backtrace subsequently reveals that there was an actual bug in our application relating to a calling a one-argument generic function with an invalid value. However, the name of said generic function was lost in this error message.

Can CCL somehow improve its error message by revealing the name of the user function that got optimized into a CCL::%%ONE-ARG-DCODE ?

Xref: ITA bug 113986 Xref: ITA bug 105855

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