-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enhance scittle nrepl, where to add stuff? #2
Comments
It would be nice if we can concentrate the logic here indeed. |
Describe Operation Implementation ChallengeThe browser server handles So If I want to add
|
I'll get back to this hopefully soon. |
nbb has a slightly more sophisticated eldoc handler than what you described: |
Yes this makes the most sense 👍 I guess we already know that nobody else is using I plan to tackle moving |
|
sci.nrepl/src/sci/nrepl/browser_server.clj Line 120 in b75700d
How to handle the ops list?
maybe |
I don't fully understand the consequences of either, so just go with the easiest option and we will change if necessary |
This is because scittle is compiled with |
* Update nrepl to handle describe and eldoc See babashka/sci.nrepl#2 * Update changelog
Currently we have this 2 layer solution for the sci nrepl that talks via websocked to e.g. scittle nrepl.
I would like to implement
eldoc
for scittle so I would have to add it both here and there; Sounds like trouble.In the case of eldoc we might be able to implement in terms of sci.nrepl. Because it only needs to eval
I guess the whole point of sci.nrepl is to try to not have to reimplement the same stuff for each project.
The text was updated successfully, but these errors were encountered: