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

Extra empty line returned by lines() #4468

Closed
p6rt opened this issue Aug 12, 2015 · 3 comments
Closed

Extra empty line returned by lines() #4468

p6rt opened this issue Aug 12, 2015 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Aug 12, 2015

Migrated from rt.perl.org#125796 (status was 'resolved')

Searchable as RT125796$

@p6rt
Copy link
Author

p6rt commented Aug 12, 2015

From @hoelzro

For example​:

  my $p = shell 'yes | head', :out;
  my @​lines = $p.out.lines;
  ok all(@​lines) eq 'y'; # fails

See also http://blogs.perl.org/users/aaron_baugher/2015/08/mystery-line-in-proc-input-in-perl-6.html

@p6rt
Copy link
Author

p6rt commented Aug 15, 2015

From @FROGGS

Patch​: rakudo/rakudo@383db0117e
Test​: Raku/roast@3a8ec6eac6

@p6rt p6rt closed this as completed Aug 15, 2015
@p6rt
Copy link
Author

p6rt commented Aug 15, 2015

@FROGGS - Status changed from 'new' to 'resolved'

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

No branches or pull requests

1 participant