quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

Feature Request: restart for SYSTEM-NOT-FOUND

Open tsuruxx opened this issue 14 years ago • 0 comments

Add a restart that allows using SYSTEM-APROPOS for cases when a user has attempted to load a system using the name of a project instead of the system name i.e "commonqt". For example:

debugger invoked on a QUICKLISP-CLIENT::SYSTEM-NOT-FOUND:
  System "commonqt" not found

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: Search for systems similar to "commonqt" instead.
  1: [ABORT] Give up on "commonqt"
  2:         Exit debugger, returning to top level.

tsuruxx avatar Oct 20 '11 19:10 tsuruxx