delete-duplicates from (srfi :1 lists) never returns

Bug #409036 reported by Gwen Weinholt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Scheme Libraries
Fix Released
High
Derick Eddington

Bug Description

delete-duplicates called with one argument never returns. It calls itself again because of a typo:

(define delete-duplicates
  (case-lambda
    [(lis)
     (delete-duplicates equal?)]
    [(lis elt=)
...

Revision history for this message
Derick Eddington (derick-eddington) wrote :

Fixed in revision 85. Thanks!

Changed in scheme-libraries:
assignee: nobody → Derick Eddington (derick-eddington)
importance: Undecided → High
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.