testify

2024-04-23T08:43:17.845629Z

@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)  

2024-04-23T08:44:06.045789Z

I'll have a look at it...

2024-04-23T08:44:29.983879Z

Thank you @genekim

genekim 2024-04-23T12:59:20.243959Z

My apologies for slow response — tied up for next 3 days. But will happily try out new versions and so forth afterwards!!! TY and keep up the great work!!