Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#1185 fixed wrong sorting example for topological-sort Christian Kellermann
Description

As found by "WJ" on comp.lang.scheme:

(topological-sort
 '((i am)
   (not trying)
   (confuse the)
   (am trying)
   (trying to)
   (am not)
   (trying the)
   (to confuse)
   (the issue))
  eq?)

 ===>
(not i am trying to confuse the issue)


The correct output is:

(i am not trying to confuse the issue)
#139 fixed wrong nesting in irc egg Moritz Heidkamp
Description

There seems to be a nesting error in irc:add-message-handler! in the receiver matcher. The attached patch fixes this.

#240 fixed wrong lambda-info for `vector-set!' felix winkelmann felix winkelmann
Description

Library procedures that are latter redefined with a setter-extended procedure lose their original lambda-info value. This applies to several procedures like car, vector-ref, etc.

A solution would be to replace the lambda-info manually.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.