Fork me on GitHub
#vim
<
2018-02-26
>
Andrei14:02:59

Hi all, I'm using Fireplace with adzerk.* and connecting to the browser env. Now, how do I make it eval in the Node env for some files?

dominicm14:02:25

Without poking at internals, I don't think there's a built-in way to do that exactly. There's no scoping for piggiebacks.

Andrei14:02:20

All right, thanks! Do you know if Emacs knows how to do this? (connect to multiple nrepls and switch given a path context)

dominicm14:02:10

@andrei281 > mutliple nrepls Oh, you want to switch based on project you're working on? Fireplace does this automatically afaik.

dominicm14:02:33

Or if you :Connect manually, you can choose the scope for the connection.

Andrei14:02:12

well, I have a clj/browser cljs project, and in that project I want to add a cljs-node module

Andrei14:02:55

ah, yes! and all this time I was dismissing that message and it did not hit me 🙂

mongey21:02:04

:thinking_face: is it normal for test output to be formatted like so, with all these || when doing cpr

|| 
|| Ran 2 tests containing 11 assertions.
|| 1 failures, 0 errors.

dominicm22:02:20

That's what a line without a file/line looks like on quickfix

mongey22:02:16

😅 Ah, you're right, I guess I've never seen that in other programs, I thought it was just a vim-fireplace oddity