Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (868 - 870 of 1030)

Ticket Resolution Summary Owner Reporter
#873 invalid Segfault entering #'inspect during make-instance :around Eric O'Connor
Description
? (defclass test () ())
? (defmethod make-instance :around ((a standard-class) &rest args) (inspect (call-next-method)))
? (make-instance 'test)
Segfault
#205 fixed Cascade-like slow refresh when inserting lines in long files Gary Byers ds
Description

(This is using ClozureCL2007-12-03.dmg) Take a large file, such as lispmode.lisp, scroll somewhere near the end, then add some newlines between two definitions by hitting return a few times rapidly. As the blank lines appear, they wipe out the lines below them, which then take several seconds to re-appear in the expected position, in a cascade-like effect.

#211 fixed Tilde at the end of expression causes the sky to fall Gary Byers ds
Description

(defun foo~ (x) x)

(foo~

As soon as you type a space after the last "~" above, you get my favourite error message: The sky is falling! Fred NEVER did this!

Dimitri

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