trace!
and splice!
detection in the gen macro are brittle
#42
Labels
trace!
and splice!
detection in the gen macro are brittle
#42
As of #41 , we hardcode a search for
trace!
,dynamic/trace!
andgen.dynamic/trace!
symbols. We can do better by inspecting the namespace environment and local&env
in thegen
macro-walk.This is tricky in the ClojureScript and SCI cases.
The text was updated successfully, but these errors were encountered: