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

Make julia-repl--capture-basedir compatible with Windows #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wentasah
Copy link
Contributor

Previously, we used shell-command-to-string to run Julia with some arguments. The whole command string was formatted as a command for UNIX shell assuming its quoting rules. This didn't work when the command was executed by Windows' cmd.exe.

Now, we use process-lines instead, which allows specifying individual arguments separately, without assuming UNIX shell and its quoting.

This fixes #128, however there are other problems that prevent julia-repl to work on Windows :-(.

Previously, we used shell-command-to-string to run Julia with some
arguments. The whole command string was formatted as a command for
UNIX shell assuming its quoting rules. This didn't work when the
command was executed by Windows' cmd.exe.

Now, we use process-lines instead, which allows specifying individual
arguments separately, without assuming UNIX shell and its quoting.
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.

MS-Windows: could not capture basedir for Julia executable
1 participant