Hmm okay, well, I’ll revert it back to the way you had it.
@huxley I pushed up another release
I'm guessing that won't work, because my way as it turned out didn't work either.
; )
but I'll check right now
This is start to feel like its not a Meander problem
https://github.com/ribelo/meander/commit/1bcdd1d34a6d841900ba6a6e2aac85c745232b75
But if it works then I stand corrected
That definitely should not work.
Because those are the instances of the classes themselves.
Done by trial and error, but it works.
BTW there is meander.util.epsilon/cljs-env?
And we can use that here.
It seems very odd that this works.
Everything after backtick develops in the ns currently in use. When I used full qualified names after it, I had to import ExceptionInfo in my ns.
What happens if you try
~'ExceptionInfo
I don't know if I'm explaining clearly because it's too much for my language level ; P
You’re fine 🙂
just starting emacs
If ~'ExceptionInfo
works, great. If not, go ahead and submit your patch (use meander.util.epsilon/cljs-env?
), I’ll merge it, and cut another release.
Surprisingly it works as it is now.
I was sure I had tried it that way, but no.
thx!