From 3303ab5d1e5d2d2c7f18f1a2e0366e833acff2f8 Mon Sep 17 00:00:00 2001 From: yuhan0 Date: Sat, 22 Mar 2025 21:15:38 +0800 Subject: [PATCH] Fix namespaced symbols in syntax quoted binding --- src/potemkin/collections.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/potemkin/collections.clj b/src/potemkin/collections.clj index 1b008ba..5aab6ff 100644 --- a/src/potemkin/collections.clj +++ b/src/potemkin/collections.clj @@ -298,9 +298,9 @@ (fn [[name f]] (list name `[_#] f)))) - (~'meta [_] meta##) + (~'meta [~'_] meta##) - (~'with-meta [_ x#] + (~'with-meta [~'_ x#] (new ~name ~@params key-set## added## x#)) (~'get [this## key# default-value#]