Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

values are shown quoted ("")? #15

Open
jeroenvandijk opened this issue Jan 16, 2019 · 3 comments
Open

values are shown quoted ("")? #15

jeroenvandijk opened this issue Jan 16, 2019 · 3 comments

Comments

@jeroenvandijk
Copy link

jeroenvandijk commented Jan 16, 2019

Thanks for publishing this middleware!

I have tried to use it with boot-clj. Everything seems to work except that values are quoted as if they are printed with pr-str.

I'm not sure as to whether this is an issue of the boot middleware or not. I have monkeypatched send-to-rebl in my project to fix it for my situation. You can find that patch here

@jeroenvandijk
Copy link
Author

Ok it seems the behaviour has changed or I had the wrong observation before. I'm not sure. I'll update this issue as I gain more experience with this middleware

@jeroenvandijk
Copy link
Author

Sorry for the noise, the behaviour is still there, not sure why my patch behaves differently than the original code here

@pithyless
Copy link

@jeroenvandijk - check your nrepl version; I had the same problem with nrepl/nrepl {:mvn/version "0.4.5"}, but it is working fine with nrepl/nrepl {:mvn/version "0.5.3"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants