[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with RESTART-CASE



 sfelshin@Athena.MIT.EDU wonders if the problems with the restart-case
 macro indicate a problem with MCL or with his particular version.
The code seems to work in MCL2.0b1p3 (The patches are available
by anonymous ftp from cambridge.apple.com in the pub/MCL2 directory.
Remember to execute the following after following the intructions:
   (ccl::reindex-interfaces) ;; to ensure that the record index file
      ;;    references the correct record definitions
Then exit mcl and re-enter it.)

Here is the result of executing the macro
? (restart-case 1 (nil () 2))
1
? 

Mark