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

a fix for GH 1269 #1284

Merged
merged 3 commits into from Jan 18, 2012
Merged

a fix for GH 1269 #1284

merged 3 commits into from Jan 18, 2012

Conversation

ivanov
Copy link
Member

@ivanov ivanov commented Jan 18, 2012

Here's a test and fix for #1269. I originally thought the fix was going to be in magic.py, and went ahead and fixed the typos in that file, but it turned out that the fix ended up going into _process_common.py - hope that's ok.

@minrk
Copy link
Member

minrk commented Jan 18, 2012

Nice! Looks sensible to me. I imagine we are likely to run into this sort of thing a few more times before we rewrite the magic arg-splitting in a cleaner way.

The process_common thing is a bit funky - we really should not be using the same code to split magic arguments and split strings into a Popen command-list, but we do, so your fix is probably in the right place. That's more for the major reorganization of magics that @fperez has in mind.

@minrk
Copy link
Member

minrk commented Jan 18, 2012

needs a quick rebase, due to some unfortunate cleanup that had to be done in master.

ivanov added a commit that referenced this pull request Jan 18, 2012
@ivanov ivanov merged commit dc5f6f6 into ipython:master Jan 18, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
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