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

Added support for pausing and restarting Clojurescript REPL's. #28

Closed
wants to merge 1 commit into from

Conversation

aaronc
Copy link

@aaronc aaronc commented Jun 26, 2014

The keyword :cljs/pause will pause the active Clojurescript REPL and the function unpause-cljs-repl will restart the Clojurescript REPL.

I also added a new nrepl op: piggieback-repl-info which gives information about which REPL is active. This operation could be used by an nrepl client such as Cider to determine which REPL is active and then eval the appropriate command to switch REPL's using a keyboard shortcut.

…the piggieback-rep-info nrepl op to get info about which REPL is active.
@cemerick
Copy link
Collaborator

cemerick commented Jan 9, 2015

I just noticed this, sorry!

Really interesting idea. I'll take a closer look and hopefully merge soon.

@cemerick cemerick modified the milestone: NEXT Jan 9, 2015
@cemerick
Copy link
Collaborator

I just released 0.2.0, which is effectively a rewrite to accommodate the upstream changes to ClojureScript's provided REPL machinery. This sort of dead-ends this PR, sorry. :-( On the bright side, implementing a 'pause' capability should be really easy with the new implementation…

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 this pull request may close these issues.

None yet

2 participants