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

Nested Pipelines #12

Open
nixpulvis opened this issue Oct 15, 2018 · 1 comment
Open

Nested Pipelines #12

nixpulvis opened this issue Oct 15, 2018 · 1 comment
Labels
L1: bug Requires a fix M: process Module: Process exec/fork and IO T: semantics Topic: Program evaluation issues or features
Milestone

Comments

@nixpulvis
Copy link
Owner

nixpulvis commented Oct 15, 2018

This program should correctly report 10 when it's instead printing nothing.

cat README.md | head -n 10 | wc -l
@nixpulvis nixpulvis added the L1: bug Requires a fix label Oct 15, 2018
@nixpulvis nixpulvis added this to the POSIX milestone Oct 15, 2018
@nixpulvis nixpulvis added the T: semantics Topic: Program evaluation issues or features label Oct 16, 2018
@nixpulvis nixpulvis mentioned this issue Oct 16, 2018
12 tasks
@nixpulvis
Copy link
Owner Author

nixpulvis commented Oct 17, 2018

This is currently waiting for a Job interface for piping, so we can just call left.run_piped(...) or something like that.

@nixpulvis nixpulvis pinned this issue Dec 27, 2018
nixpulvis added a commit that referenced this issue Feb 7, 2019
Both:

- Nested Pipelines #12
- Background Jobs #6

Should be fixed and this should make that very clear.
@nixpulvis nixpulvis added the M: process Module: Process exec/fork and IO label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1: bug Requires a fix M: process Module: Process exec/fork and IO T: semantics Topic: Program evaluation issues or features
Projects
None yet
Development

No branches or pull requests

1 participant