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

$proc.print: ‘foo’; $proc.close-stdin (trap) #1567

Closed
AlexDaniel opened this issue Sep 18, 2017 · 0 comments
Closed

$proc.print: ‘foo’; $proc.close-stdin (trap) #1567

AlexDaniel opened this issue Sep 18, 2017 · 0 comments
Labels
docs Documentation issue (primary issue type) trap

Comments

@AlexDaniel
Copy link
Member

$proc.print: ‘foo’; $proc.close-stdin is wrong because .print is asynchronous. It should be whenever $proc.print: ‘foo’ { $proc.close-stdin }.

See RT #131764.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type) trap
Projects
None yet
Development

No branches or pull requests

1 participant