thrift-clj icon indicating copy to clipboard operation
thrift-clj copied to clipboard

Imported client functions should be accessible only via namespace

Open saulius opened this issue 10 years ago • 1 comments

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!

saulius avatar Mar 09 '14 16:03 saulius

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!

xsc avatar Mar 10 '14 08:03 xsc