Fork me on GitHub
#testify
<
2024-04-23
>
stefanvstein08:04:17

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

stefanvstein08:04:06

I'll have a look at it...

genekim12:04:20

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!!