Evaluating your suggested declaration:

 (ns active-record.program.core
   (:require [active-record.user :as u])
   (:require [active-record.charge :as charge]))

I get the following error message:

;; Unable to resolve symbol: user=> in this context
;;   [Thrown class java.lang.Exception]

The same happens if I do not include the active-record.user namespace:

(ns active-record.program.core
   (:require [active-record.charge :as charge]))


;; Unable to resolve symbol: user=> in this context
;;   [Thrown class java.lang.Exception]


On Oct 20, 5:23 pm, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi,
>
> On 20 Okt., 11:09, Stefan Rohlfing <stefan.rohlf...@gmail.com> wrote:
>
> > Yes, I also tried charge/create. The error message is different, but
> > it still does not work:
>
> More evidence for a problem with the user alias. Try a different one
> like (:require [active-record.user :as u]).
>
> Sincerely
> Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to