Fork me on GitHub
#vim
<
2016-07-21
>
dominicm11:07:40

Really strange: If I run the bit of fireplace that gets the classpath and path separator, the bdecoder fails. No idea why, or how this runs normally in fireplace, or even if it does? Maybe it just gets swallowed on Lein!

dominicm11:07:44

However, I have found the real culprit. For whatever reason, when evaluating code in Figwheel with an id, the output goes to the ORIGINAL id, not the new id.

dominicm11:07:12

So the '1' is in the output, but it's not picked up as belonging to the current operation.

dominicm11:07:40

For some reason, it also locks up figwheel on subsequent requests when I do it. Probably because we're looking in the wrong id again

dominicm11:07:50

YEP. That's it! It goes to the original "id" not the new one, so it gets lost. Fireplace filters differently to other editors I would guess. I think CIDER uses a subscribe system, where it listens to everything to build it's CLI.

dominicm11:07:35

It only locked up once, I fiddled with the code a little. It's mildly worrying, but not hugely concerning.

dominicm11:07:19

But yes, it keeps printing output to the id I used to create the session for figwheel.

dominicm11:07:39

I don't know how to push further. I guess look through figwheel source / report to @bhauman

juhoteperi19:07:56

@dominicm: I'm still having problems with Figwheel snapshot... hmm

dominicm19:07:02

@juhoteperi: hmm indeed. I'll dig in tomorrow. I was hopeful it would just work