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

Namespaced keywords broken when referenced outside of the current namespace #32

Open
kanaka opened this issue Feb 28, 2013 · 0 comments
Labels

Comments

@kanaka
Copy link
Owner

kanaka commented Feb 28, 2013

For example, this works:

cljs.user=> (load-file "../test/cljs/cljs/quick.cljs")
cljs.user=> (in-ns 'cljs.test.quick-tests)
cljs.user=> (run-tests)

However, this does not:

cljs.user=> (load-file "../test/cljs/cljs/quick.cljs")
cljs.user=> (cljs.test.quick-tests/run-tests)
#<Error: Assert failed: (= *ns-sym* (symbol (namespace :G__1/foo)))> at line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant