Tests for ns macro with require
Closed this issue · 3 comments
tomasz-biernacki commented
Add tests for ns
macro for include-macros
and refer-macros
like here.
Eg.
(ns testme.core
(:require [foo.core :as foo :refer [foo-fn] :include-macros true]
[woz.core :as woz :refer [woz-fn] :refer-macros [apple jax]]))
arichiardi commented
So this one is not part of #97 right?
tomasz-biernacki commented
No, this will be a separate branch. One for require-macros
, one for require
and one for the cljc
file. It's better to separate them.
arichiardi commented
👍