This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-23
Channels
- # aws (38)
- # babashka (3)
- # beginners (27)
- # calva (47)
- # clj-otel (14)
- # clojure (90)
- # clojure-brasil (9)
- # clojure-europe (36)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojure-uk (6)
- # clojurescript (9)
- # docker (1)
- # emacs (8)
- # fulcro (14)
- # funcool (2)
- # graalvm (6)
- # graphql (5)
- # gratitude (1)
- # holy-lambda (11)
- # honeysql (12)
- # lingy (2)
- # malli (4)
- # missionary (3)
- # off-topic (2)
- # overtone (3)
- # pathom (2)
- # pedestal (20)
- # polylith (2)
- # re-frame (2)
- # remote-jobs (1)
- # shadow-cljs (76)
- # testify (4)
@genekim Ate some dog food, and found the same problem, and yet another bug. 😢 Use:
(ns my.namespace
(:require [testify :refer [eval-in-ns]))
(defmacro mytest [& _])
(mytest
(println "Hello"))
(eval-in-ns 'my.namespace #'mytest)
I'll have a look at it...
Thank you @genekim