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

fix arguments for commands in _process_posix #989

Closed
wants to merge 1 commit into from

Conversation

minrk
Copy link
Member

@minrk minrk commented Nov 10, 2011

quotations marks could trivially break the command parsing. This has been
fixed by using the args kwarg, rather than trying to stuff it all into
one string.

previously-failing tests added

as discussed in #514

quotations marks could trivially break the command parsing. This has been
fixed by using the `args` kwarg, rather than trying to stuff it all into
one string.

previously-failing tests added
@fperez
Copy link
Member

fperez commented Nov 10, 2011

Great, thanks. Usual rebase/merge dance now.

@fperez
Copy link
Member

fperez commented Nov 10, 2011

Merged as 3830949

@fperez fperez closed this Nov 10, 2011
@minrk
Copy link
Member Author

minrk commented Nov 10, 2011

It's possible the new tests reveal similar bugs on Windows, so I will test that when I get home, and push directly if fixes are obvious.

@fperez
Copy link
Member

fperez commented Nov 11, 2011

Great, thanks.

@minrk
Copy link
Member Author

minrk commented Nov 11, 2011

These tests passed just fine, but I found a couple other tiny test fixes from the last couple weeks.

mdboom pushed a commit to mdboom/ipython that referenced this pull request Dec 2, 2011
quotations marks could trivially break the command parsing. This has been
fixed by using the `args` kwarg, rather than trying to stuff it all into
one string.

previously-failing tests added

Closes ipythongh-989.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
quotations marks could trivially break the command parsing. This has been
fixed by using the `args` kwarg, rather than trying to stuff it all into
one string.

previously-failing tests added

Closes ipythongh-989.
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