thrift-clj
thrift-clj copied to clipboard
Imported client functions should be accessible only via namespace
Hi,
I just want to clarify if current namespace should adopt functions from imported service. I'd expect them to be accessible via namespace only (TB
in this case). I don't have much experience with Clojure so perhaps I'm doing something wrong? I've added a failing test case, but unfortunately I don't have enough experience yet to fix it (if it needs fixing at all).
Thanks!
You're right, they should not be referred into the current namespace (but they seem to be). I'll see if I can find the time to evaluate/fix this - but don't expect anything before the weekend. :)
Thanks for noticing!