Fork me on GitHub
#meander
<
2021-02-21
>
noprompt20:02:22

Hmm okay, well, I’ll revert it back to the way you had it.

noprompt21:02:57

@huxley I pushed up another release

ribelo21:02:18

I'm guessing that won't work, because my way as it turned out didn't work either.

ribelo21:02:40

but I'll check right now

noprompt21:02:51

This is start to feel like its not a Meander problem

noprompt21:02:52

But if it works then I stand corrected

noprompt21:02:17

That definitely should not work.

noprompt21:02:37

Because those are the instances of the classes themselves.

ribelo21:02:04

Done by trial and error, but it works.

noprompt21:02:09

BTW there is meander.util.epsilon/cljs-env?

noprompt21:02:25

And we can use that here.

noprompt21:02:46

It seems very odd that this works.

ribelo21:02:26

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.

noprompt21:02:13

What happens if you try

~'ExceptionInfo

ribelo21:02:25

I don't know if I'm explaining clearly because it's too much for my language level ; P

noprompt21:02:50

You’re fine 🙂

ribelo21:02:57

just starting emacs

noprompt21:02:51

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.

ribelo21:02:53

Surprisingly it works as it is now.

ribelo21:02:13

I was sure I had tried it that way, but no.