Fork me on GitHub
#unrepl
<
2019-07-17
>
bozhidar16:07:25

@cfleming I’m not an expert, but it seems to me you can’t possible pass the ns with the streaming approach.

bozhidar16:07:12

I guess you can work around this with an extra eval message or by wrapping the code in some ns setting/reseting code.

bozhidar20:07:14

@cfleming I just spoke with the author on Conjure about this (it uses prepl) and he confirmed you can’t set the ns as part of the request, so he does an additional eval beforehand to make sure something is evaluated in the right ns.

cfleming21:07:02

@bozhidar Thanks! That is what I expected. I think I might opt for something which frames both input and output, which would allow that.