-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isolate
nrepl-client
connection logic from CIDER
Allow `nrepl-client` to be used by non CIDER frontends. - Frontends can control the creation of the client buffer through `nrepl-create-client-buffer-function`. - Each frontend has it's own `xxx-connected-hook` which is run by `xxx--connected-handler`. The latter function is placed in the local `nrepl-connected-hook` during the client buffer initialization. Similarly for `xxx-disconnected-hook`. - Rename `nrepl--init-connection-buffer` -> nrepl--init-capabilities
- Loading branch information
Showing
4 changed files
with
74 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters