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

PR: Handle system commands that use UNC paths on Windows #500

Merged
merged 5 commits into from
Apr 14, 2020

Conversation

dalthviz
Copy link
Contributor

@dalthviz dalthviz commented Apr 9, 2020

Adds an implementation of system_piped in ZMQInteractiveShell that handles UNC paths on Windows.

Fixes spyder-ide/spyder#10762

The failing test in Travis (test_complete) seems unrelated to this.

@ccordoba12
Copy link
Member

@blink1073, could you help us to review and merge this one? Our users are having troubles with UNC paths on Windows and @dalthviz tracked the problem to ipykernel.

By the way, @dalthviz had to skip test_complete on Linux because he didn't find a way to fix it. However, the test is passing on Windows.

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I opened #503 to track the skipped test.

@blink1073 blink1073 merged commit bb3a56d into ipython:master Apr 14, 2020
@blink1073
Copy link
Contributor

Released as 5.2.1.

@ccordoba12
Copy link
Member

Thanks a lot for lighting fast response @blink1073!

@blink1073
Copy link
Contributor

No problem, good to see you @ccordoba12!

@ccordoba12
Copy link
Member

Nice to see you too around @blink1073!

@Carreau Carreau added this to the 5.4 milestone Jun 14, 2021
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.

Clear Console not working on Windows
4 participants