Skip to content

Commit

Permalink
Merge pull request #19947 from ccordoba12/issue-19888
Browse files Browse the repository at this point in the history
PR: Fix out-of-order insertion of mixed stdin and stdout streams on macOS (IPython console)
  • Loading branch information
ccordoba12 committed Oct 30, 2022
2 parents 6b21184 + 49d5f25 commit 29d54b8
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 32 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
runs-on: ubuntu-latest
env:
CI: 'true'
QTCONSOLE_TESTING: 'true'
CODECOV_TOKEN: "56731c25-9b1f-4340-8b58-35739bfbc52d"
OS: 'linux'
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
runs-on: macos-12
env:
CI: 'true'
QTCONSOLE_TESTING: 'true'
CODECOV_TOKEN: "56731c25-9b1f-4340-8b58-35739bfbc52d"
OS: 'macos'
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
runs-on: windows-latest
env:
CI: 'true'
QTCONSOLE_TESTING: 'true'
CODECOV_TOKEN: "56731c25-9b1f-4340-8b58-35739bfbc52d"
OS: 'win'
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
Expand Down
7 changes: 6 additions & 1 deletion external-deps/qtconsole/.github/workflows/linux-tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions external-deps/qtconsole/.github/workflows/macos-tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions external-deps/qtconsole/.gitrepo

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions external-deps/qtconsole/qtconsole/completion_html.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 10 additions & 21 deletions external-deps/qtconsole/qtconsole/completion_widget.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 19 additions & 3 deletions external-deps/qtconsole/qtconsole/console_widget.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions external-deps/qtconsole/qtconsole/qtconsoleapp.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29d54b8

Please sign in to comment.