meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
noprompt 2021-02-21T20:54:22.002100Z

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

noprompt 2021-02-21T21:22:57.002600Z

@huxley I pushed up another release

2021-02-21T21:26:18.003Z

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

2021-02-21T21:26:22.003200Z

; )

2021-02-21T21:26:40.003400Z

but I'll check right now

noprompt 2021-02-21T21:27:51.004100Z

This is start to feel like its not a Meander problem

noprompt 2021-02-21T21:28:52.004600Z

But if it works then I stand corrected

noprompt 2021-02-21T21:29:17.004800Z

That definitely should not work.

noprompt 2021-02-21T21:29:37.005200Z

Because those are the instances of the classes themselves.

2021-02-21T21:31:04.006Z

Done by trial and error, but it works.

noprompt 2021-02-21T21:31:09.006200Z

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

noprompt 2021-02-21T21:31:25.006500Z

And we can use that here.

noprompt 2021-02-21T21:31:46.006800Z

It seems very odd that this works.

2021-02-21T21:33:26.007300Z

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.

noprompt 2021-02-21T21:34:13.008Z

What happens if you try

~'ExceptionInfo

2021-02-21T21:34:25.008200Z

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

noprompt 2021-02-21T21:34:50.008900Z

You’re fine 🙂

2021-02-21T21:34:57.009100Z

just starting emacs

noprompt 2021-02-21T21:36:51.010600Z

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.

2021-02-21T21:45:53.010800Z

Surprisingly it works as it is now.

2021-02-21T21:46:13.011Z

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

2021-02-21T21:47:04.011200Z

thx!