Menu

#53 bug in LDIFF

closed-fixed
clisp (524)
5
2001-07-19
2001-07-19
Anonymous
No

Hi,

As per CLtS should have the following

(ldiff (cons 1 2) 2) => (1)
(ldiff (cons 1 2) 3) => (1 . 2)

but in CLISP 2001-03-06

(ldiff (cons 1 2) 2) => (1)
(ldiff (cons 1 2) 3) => (1) <=====

-- Eric Marsden

Discussion

  • Sam Steingold

    Sam Steingold - 2001-07-19
    • status: open --> closed-fixed
     
  • Sam Steingold

    Sam Steingold - 2001-07-19

    Logged In: YES
    user_id=5735

    thank you for your bug report.
    the bug has been fixed in the CVS tree.
    you can either wait for the next release (recommended)
    or check out the current CVS tree (see http://clisp.cons.org\)
    and build CLISP from the sources (be advised that between
    releases the CVS tree is very unstable and may not even build
    on your platform).

     

Log in to post a comment.