Skip to content

Strange Macro behaviour #607

Answered by borkdude
eliascotto asked this question in Q&A
Discussion options

You must be logged in to vote

@elias94 I think the problem is that you're defining the macro in some CLJS namespace your-ns and (get-context) gets expanded into (your-ns/get-context). If your-ns doesn't match the namespace you are defining get-context in in the SCI ctx, then this doesn't match up. Perhaps this is sufficient information. If not, please provide a full repro with a failing example and an expected outcome.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eliascotto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants