Fork me on GitHub
#shadow-cljs
<
2018-01-04
>
Jon11:01:10

Is there anyone else(besides me) wanting such a Wiki page?

pesterhazy11:01:41

yeah I agree, a list of options would be helpful

pesterhazy11:01:14

at least of the ones that are used most frequently

thheller11:01:43

most of the things are already documented somewhere

thheller11:01:45

and since shadow-cljs already sets the common compiler options for you

thheller11:01:05

these are all the things you’d need to set for a build to take it from dev -> production

thheller11:01:19

We can certainly start a dedicated page that lists all of them

jgdavey19:01:17

@theller Good news. The most recent versions of shadow-cljs seem to have fixed the string-quoting issue in emacs/cider. The fix happened between 2.0.118 and 2.0.128. I think it may have been the switch to undertow.

thheller19:01:17

undertow is not involved in nrepl at all so that can't be it

jgdavey20:01:47

Hmm, interesting. Not even for the websocket?

thheller20:01:28

that part is but that is http and undertow doesn't do anything different there

thheller20:01:25

I did however change a bit in the nrepl protocol

thheller20:01:38

so that may have fixed it accidentally?

jgdavey20:01:24

I think so!

jgdavey20:01:50

Even if accidental, I appreciate it! Cheers!