Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • gerd's avatar
    b662ca74
    The debugger computes active restarts in a dynamic environment · b662ca74
    gerd authored
    	that can be different from the dynamic environment at the point
    	where the user chooses one of the computed restarts.  Effect: The
    	debugger offers a restart, but complains that it isn't active
    	when the restart is chosen.
    
    	* src/code/error.lisp (%invoke-restart-interactively): New function.
    	(invoke-restart-interactively): Use it.
    	* src/code/debug.lisp (make-restart-commands): Use it.
    b662ca74
    History
    The debugger computes active restarts in a dynamic environment
    gerd authored
    	that can be different from the dynamic environment at the point
    	where the user chooses one of the computed restarts.  Effect: The
    	debugger offers a restart, but complains that it isn't active
    	when the restart is chosen.
    
    	* src/code/error.lisp (%invoke-restart-interactively): New function.
    	(invoke-restart-interactively): Use it.
    	* src/code/debug.lisp (make-restart-commands): Use it.