The demo now guards the quickload with a (find-package :cl-tty.backend) check first, tries ql:quickload inside ignore-errors, and falls through to direct (load cl-tty.asd) + (asdf:load-system :cl-tty) if the package still isn't loaded. Works in --disable-debugger mode where Quicklisp's SYSTEM-NOT-FOUND continuable error kills the process.
9.5 KiB
9.5 KiB