home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / lisp / mcl / 1916 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  853 b 

  1. Path: sparky!uunet!spool.mu.edu!olivea!apple!cambridge.apple.com!bill@cambridge.apple.com
  2. From: bill@cambridge.apple.com (Bill St. Clair)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: MEMBER bug!
  5. Message-ID: <9212302215.AA25664@cambridge.apple.com>
  6. Date: 30 Dec 92 22:15:09 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 13
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. At 11:12 AM 12/25/92 +0100, Rainer Joswig wrote:
  12. >Hi there,
  13. >
  14. >Ralf Moeller (these guys even use MCL during their Christmas holidays - amazing)
  15. >reported a fatal bug in MCL.
  16. >
  17. >The combination of :test-not and :key parameters immediately **crashes** the Mac.
  18. >
  19. >(member 1 '((1) (2)) :key #'first :test-not #'eql)
  20.  
  21. Apparently noone has done this before. The bug has been there
  22. for I don't know how long. I'll send a patch to anyone who requests
  23. it. Ask for "member-patch".
  24.