8000 Improve pipeline for native commands (WIP part 2) by vors · Pull Request #1340 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Improve pipeline for native commands (WIP part 2) #1340

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

Closed
wants to merge 1 commit into from

Conversation

vors
Copy link
Collaborator
@vors vors commented Jul 12, 2016
  • replace "agregate input" by "incremental input" in NativeCommandProcessor
  • 'ping | grep' scenario works as expected (no buffering)

Known issues:

  • '1 | grep 1 | grep 1' hangs.
  • Test "Host / ConsoleHost.Tests.ps1 / Pipe to/from powershell / text input" hangs.

[skip ci] because of this test hang

cc @lzybkr @BrucePay

- replace "agregate input" by "incremental input" in NativeCommandProcessor
- 'ping | grep' scenario works as expected (no buffering)

Known issues:
- '1 | grep 1 | grep 1' hangs.
- Test "Host / ConsoleHost.Tests.ps1 / Pipe to/from powershell / text input" hangs.

[skip ci] because of this test hang
@vors vors force-pushed the vors/native-pipe branch from ad7ca7c to efc9b76 Compare July 15, 2016 01:25
@vors vors closed this Jul 20, 2016
@vors vors removed the need review label Jul 20, 2016
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.

2 participants
0