Skip to content
New issue

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

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

Already on GitHub? # to your account

js error on extend-type cljs.core.IFn #116

Closed
dustingetz opened this issue Oct 24, 2015 · 6 comments
Closed

js error on extend-type cljs.core.IFn #116

dustingetz opened this issue Oct 24, 2015 · 6 comments

Comments

@dustingetz
Copy link

TypeError: Cannot set property 'cats$protocols$Contextual$' of undefined happens on evaluating this form:

(extend-type #?(:clj clojure.lang.IFn
                :cljs cljs.core.IFn)
  p/Contextual
  (-get-context [_] function-context))
@dustingetz
Copy link
Author

I'm running on master: af0751a Merge pull request #109 from funcool/printing

@niwinz
Copy link
Member

niwinz commented Oct 24, 2015

Very strange, because the tests passes correctly. Can you clear your compilation cache and rebuild it again?

@yurrriq
Copy link
Collaborator

yurrriq commented Dec 16, 2015

@dustingetz, are you still getting the error on 1.2.0?

@yurrriq
Copy link
Collaborator

yurrriq commented Feb 16, 2016

Is this one safe to close?

@ghost
Copy link

ghost commented Feb 16, 2016

Let's reopen it if it happens again, closing for now.

@ghost ghost closed this as completed Feb 16, 2016
@yurrriq
Copy link
Collaborator

yurrriq commented Feb 16, 2016

👍

This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants