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

Create jack-in subshell the unix way on non-Windows #2543

Closed
PEZ opened this issue Apr 27, 2024 · 0 comments
Closed

Create jack-in subshell the unix way on non-Windows #2543

PEZ opened this issue Apr 27, 2024 · 0 comments

Comments

@PEZ
Copy link
Collaborator

PEZ commented Apr 27, 2024

In an unnecessary attempt to use as similar jack-in command lines between *nix systems and Windows we use pushd to cd to the project root before starting the repl. This directory is then not popped of the stack properly if the process is killed from externally. Not a problem with jack-in, but when copying the command-line and using it manually, this is not very nice. So, better to return to how we used to do it on *nix, with a sub shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant