-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add an arglists-str response attribute in info op. #32
Comments
Alternatively we can have a dedicated |
Is it that bad? Honestly have no idea about elisp's efficiency, but I wouldn't worry about clojure's at all here. As an alternative, I was considering a general kind of 'select-keys' sort of thing for requests. |
I'm mostly worried about connections to remote nREPL servers, since the entire var info could be pretty big, although I doubt this would impact performance noticeably. At any rate - I don't think this is something over which we should fret too much right now. |
…te library" This reverts commit 8b79657. After further deliberation I've decided that it's best for the project to have no runtime dependencies.
Skips the serialization hassle if it's only for display purposes.
The text was updated successfully, but these errors were encountered: