From 6cdf49965b2857e08454d29381cd96650e8f2614 Mon Sep 17 00:00:00 2001 From: paku Date: Sat, 28 Dec 2024 23:44:37 +0900 Subject: [PATCH] Add trivial-system-loader to qlot deps --- qlfile | 1 + qlfile.lock | 4 ++++ src/router.lisp | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/qlfile b/qlfile index 548652c..88e3eca 100644 --- a/qlfile +++ b/qlfile @@ -2,5 +2,6 @@ ql ningle ql lack ql cl-ppcre ql alexandria +ql trivial-system-loader github rove fukamachi/rove github dissect shinmera/dissect diff --git a/qlfile.lock b/qlfile.lock index 003a88d..251711d 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -18,6 +18,10 @@ (:class qlot/source/ql:source-ql :initargs (:%version :latest) :version "ql-2024-10-12")) +("trivial-system-loader" . + (:class qlot/source/ql:source-ql + :initargs (:%version :latest) + :version "ql-2024-10-12")) ("rove" . (:class qlot/source/github:source-github :initargs (:repos "fukamachi/rove" :ref nil :branch nil :tag nil) diff --git a/src/router.lisp b/src/router.lisp index fc780a9..de26076 100644 --- a/src/router.lisp +++ b/src/router.lisp @@ -7,7 +7,8 @@ #:regex-replace #:regex-replace-all) (:import-from #:ningle) - (:import-from #:trivial-system-loader) + (:import-from #:trivial-system-loader + #:load-system) (:export #:pathname->path #:path->uri #:path-package