From b5542ee430486846565fa475453a59fa3bdd4418 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Thu, 21 Sep 2023 20:28:57 +0300 Subject: [PATCH 1/5] gitmodules: Update slime. --- _build/slime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/slime b/_build/slime index a4f3471487d..735258a26bb 160000 --- a/_build/slime +++ b/_build/slime @@ -1 +1 @@ -Subproject commit a4f3471487db48f7289dc0ea019611d093e5ee7f +Subproject commit 735258a26bb97e85d25f39e4bef83c1f80c12f5d From eeedc6b7e0544009f442258f960538937687c5a9 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Tue, 24 Oct 2023 11:20:59 +0300 Subject: [PATCH 2/5] gitmodules: Update sly. --- _build/sly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/sly b/_build/sly index 82b20a9a832..9c43bf65b96 160000 --- a/_build/sly +++ b/_build/sly @@ -1 +1 @@ -Subproject commit 82b20a9a83209b4dbfbfb62a1536896aed5f85f7 +Subproject commit 9c43bf65b967e12cef1996f1af5f0671d8aecbf4 From cb08151945dad2ad6260ee01040cd916c1e55d77 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Thu, 21 Sep 2023 19:24:30 +0300 Subject: [PATCH 3/5] nyxt.asd: Add all systems defined by slynk and swank. --- nyxt.asd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nyxt.asd b/nyxt.asd index 7389c195858..78eba692453 100644 --- a/nyxt.asd +++ b/nyxt.asd @@ -111,8 +111,16 @@ The renderer is configured from NYXT_RENDERER or `*nyxt-renderer*'.")) clss spinneret slynk + slynk/arglists + slynk/fancy-inspector + slynk/indentation + slynk/mrepl + slynk/package-fu + slynk/stickers + slynk/trace-dialog sqlite swank + swank/exts trivia trivial-clipboard trivial-features From df776fe6b361449abde64af9fa6f6fb76580c4b8 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 13 Nov 2023 11:56:41 +0200 Subject: [PATCH 4/5] changelog: Fix changelog entry. --- source/changelog.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index 6c8330cb370..f9ef33e5d54 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -914,8 +914,9 @@ Nyxt version exists. It is only raised when the major version differs.") (:ul (:li "Simplify status bar CSS. Make URL area clickable."))) (:nsection :title "Bug fixes" - (:ul (:nxref :mode 'nyxt/mode/blocker:blocker-mode) - " ensures that hostlist files are loaded when missing."))) + (:ul + (:li (:nxref :mode 'nyxt/mode/blocker:blocker-mode) + " ensures that hostlist files are loaded when missing.")))) (define-version "4-pre-release-1" (:li "When on pre-release, push " (:code "X-pre-release") From cab1faa3597c5ce6b33a7b4964f36f9a5f6eb3e7 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Thu, 21 Sep 2023 20:52:18 +0300 Subject: [PATCH 5/5] changelog: Mention start-swank/slynk bug fix. --- source/changelog.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index f9ef33e5d54..222c08fc379 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -916,7 +916,9 @@ Nyxt version exists. It is only raised when the major version differs.") (:nsection :title "Bug fixes" (:ul (:li (:nxref :mode 'nyxt/mode/blocker:blocker-mode) - " ensures that hostlist files are loaded when missing.")))) + " ensures that hostlist files are loaded when missing.") + (:li "Fix connection to Nyxt via commands " + (:code "start-swank") " and " (:code "start-slynk") ".")))) (define-version "4-pre-release-1" (:li "When on pre-release, push " (:code "X-pre-release")