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

add resume to debug repl #8

Closed
wants to merge 0 commits into from
Closed

Conversation

florence
Copy link
Contributor

resume allows one to exit a debug-repl and resume the computation with some values.

Note, this implementation leaves the module namespace mangled on resume. The fix is probably the same fix as for #7.

Also sending eof causes (debug-repl) to evaluate to #<eof> but thats probably okay.

@AlexKnauth
Copy link
Owner

I've created the branch resume with a rebased version of this. I also changed a few minor things.

However, I'm not seeing the #<eof> behavior you're describing.

@florence
Copy link
Contributor Author

Really? What does (displayln (debug-repl)), then pressing the eof button give you?

@AlexKnauth
Copy link
Owner

AlexKnauth commented Jan 11, 2017

I didn't try that; I tried (list (debug-repl)), and it gave me '(#<void>).

Edit: and (displayln (debug-repl)) prints #<void>.

@florence
Copy link
Contributor Author

I'm guessing your rebase changed things.

Then again I doubt anyone will care about the return value of debug-repl

@AlexKnauth
Copy link
Owner

I wanted it to be #<void>. Anyway, should I push that to your branch and merge this pull request?

@florence
Copy link
Contributor Author

florence commented Jan 11, 2017 via email

@AlexKnauth
Copy link
Owner

Merged as 403b8b6

@AlexKnauth
Copy link
Owner

@florence I would like to add the MIT License to this repository. If you agree, please comment on #22 to let me know.

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.

2 participants