Menu

#320 (< nil 5) use-value restart still fails

lisp error
closed-fixed
clisp (524)
5
2006-02-23
2006-02-01
No

[1]> (< nil 5)
*** - <: NIL is not a real number
The following restarts are available:
USE-VALUE :R1 You may input a value to be
used instead.
ABORT :R2 ABORT
Break 1 [2]> :r1
Use instead: 4
*** - <: 4 is not a real number
The following restarts are available:
USE-VALUE :R1 You may input a value to be
used instead.
ABORT :R2 ABORT

It looks like the restart's effect does not work as
expected. "4 is not a real number" is quite surprising.

I came across this while playing with bug # 1420855.

Regards,
Jörg Höhle

Discussion

  • Jörg Höhle

    Jörg Höhle - 2006-02-07
    • status: open --> closed
     
  • Jörg Höhle

    Jörg Höhle - 2006-02-07

    Logged In: YES
    user_id=377168

    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).

     
  • Jörg Höhle

    Jörg Höhle - 2006-02-07
    • status: closed --> closed-accepted
     
  • Jörg Höhle

    Jörg Höhle - 2006-02-22
    • status: closed-accepted --> closed-fixed
     
  • Jörg Höhle

    Jörg Höhle - 2006-02-23
    • assigned_to: haible --> hoehle
     

Log in to post a comment.