Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 1030)

Ticket Resolution Summary Owner Reporter
#308 fixed when making 1000 threads, sometimes the lisp gets wedged R. Matthew Emerson R. Matthew Emerson
Description

This often gets wedged:

(dotimes (i 1000)
  (process-run-function "junk" #'(lambda (x) (format t "~&~d" x)) i))
#310 fixed remove-duplicates bug Gary Byers R. Matthew Emerson
Description
? (remove-duplicates '(1 0 1 1 1 0 0 0 1 0 1 0 1) :END 11)
(1 0 0 1)

The expected result is (0 1 0 1).

#311 fixed can't execute-selection that ends in a comment gz gz
Description

From openmcl-devel:

At 6/10/2008 01:54 AM, Rich Sutton wrote: in the ide, bring up a listener. then make a buffer that ends with a comment, say a new buffer with just a ; in it. finally, select the contents of the buffer and invoke execute-selection. your listener will disappear. otherwise appears to be harmless. applies to multi-line comments too -- i ran into this because i had a bunch of test code commented out at the end of some file i was working on.

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