On Wednesday, 18 February 2015 04:13:08 UTC+10, David Nolen  wrote:
> On Tue, Feb 17, 2015 at 12:51 PM, Roberto Oliveros <[email protected]> wrote:
> 
> (ns your-users.namespace
> 
>   (:require [mylib.core :include-macros true])) ;; if they want to include 
> all macros
> 
> This bit is no longer necessary in 0.0-2850 if the library ns requires a 
> macro ns of the same name:
> 
> 
> (ns your-users.namespace
>   (:require [mylib.core :as mylib]))
> 
> 
> Is all users need, they can drop `:include-macros true` as it's implied in 
> this case.
>  

What is the situation within the two mylib.core files, core.cljs and core.clj?  
How does one refer to macros or functions invoking macros from core.cljs, when 
those are in core.clj?

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to