Fork me on GitHub
#nrepl
<
2018-10-14
>
dominicm09:10:01

You know what would be cool? If you could start an nrepl the same way a socket repl is started. JVM parameters. Then you would be able to: - Easily run in production, no matter the main - Jack-in on the CLJ tools wouldn't require 2 parameters for left & right of the command line. And it wouldn't interfere with any main options the user sets. Downside: - Requires writing & compiling java (but this is a large part of nrepl already)

dominicm09:10:15

I bet we can use the same technique as the socket repl does.

dominicm09:10:55

In theory it would allow you to also jack in with lein/boot. It would ignore any boot/lein settings, that might be a good thing though 😄

dominicm10:10:47

I opened an issue, I think this is worth discussing https://github.com/nrepl/nREPL/issues/54

bozhidar13:10:07

Sure. I’ll comment there, as here the history tends to evaporate pretty quickly.

bozhidar16:10:40

> - Requires writing & compiling java (but this is a large part of nrepl already)

bozhidar16:10:54

I was a bit puzzled by this part, btw. nREPL uses Java a lot via interop, but it doesn’t really have any purely Java sources. 🙂 Just as an FYI; I’m not opposed to writing some good old Java for great good.

dominicm17:10:10

Oh really? I guess I'm misremembering.

bozhidar18:10:18

Really. 🙂 There used to be some Java code back in the day, but it’s all gone now except for

bozhidar18:10:13

(which I was planning to delete)

bozhidar18:10:52

@dominicm Btw, does the manual generation work only with Node 8?

bozhidar18:10:30

I’m on 10 and I get some weird errors during npm install.

dominicm18:10:38

I think it does yeah.

bozhidar18:10:27

OK, seems to install with 8.

bozhidar18:10:34

Any idea what this error is:

bozhidar18:10:36

> error: Specified start page for site not found: nrepl::index.adoc

bozhidar18:10:49

Happens when I do ./antora site.yml

dominicm19:10:57

@bozhidar try adding master to the list of branches, or is it there already?

bozhidar22:10:48

Yeah, that worked.

bozhidar22:10:01

I wonder why master doesn’t show in the drop down version though.

bozhidar22:10:28

I’ve seen in the demos that both tags and branches should appear there, but maybe I just don’t understand it well enough so far.

bozhidar22:10:40

At any rate - I managed to generate something. 🙂