16:44:27younderCreated a new project with it's own defsystem and the asdf:load-system doesn't see it. I restart EMACS (and the SBCL server) and it does. It there a workaround here so it sees it immediately? The project is housed under $HOME/common-lisp which should be searched by load-system.
16:46:21Bubblegumdropyounder if you're using quicklisp (ql:register-local-projects)
17:52:26NotThatRPGyounder: ASDF caches the results of its search for `.asd` files. It might be nice if that could be turned off (and I should check: maybe it can be).