Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imported client functions should be accessible only via namespace #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saulius
Copy link

@saulius saulius commented Mar 9, 2014

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!

Should not propagate to current namespace.
@xsc
Copy link
Owner

xsc commented Mar 10, 2014

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants