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

Too many CR in a for loop with % #1737

Closed
p6rt opened this issue May 1, 2010 · 5 comments
Closed

Too many CR in a for loop with % #1737

p6rt opened this issue May 1, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented May 1, 2010

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

Searchable as RT74822$

@p6rt
Copy link
Author

p6rt commented May 1, 2010

From @finanalyst

see IRC #perl6 1 May

finanalyst​: rakudo​: my %h=<a b c> Z 1,2,3; for %h { .say }
p6eval​: rakudo c4857a​: OUTPUT«a 1␤b 2␤c 3␤␤»
<snip>
finanalyst​: masak​: i think there should only be one CR not two in the
rakudo output
masak​: yes, now I see it.
masak​: rakudo​: my %h=<a b c> Z 1,2,3; say +%h
p6eval​: rakudo c4857a​: OUTPUT«3␤»
masak​: odd.
finanalyst​: shall i report a bug?
masak​: please do.

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

From @coke

On Sat May 01 07​:09​:45 2010, richardh wrote​:

see IRC #perl6 1 May

finanalyst​: rakudo​: my %h=<a b c> Z 1,2,3; for %h { .say }
p6eval​: rakudo c4857a​: OUTPUT«a 1␤b 2␤c 3␤␤»
<snip>
finanalyst​: masak​: i think there should only be one CR not two in the
rakudo output
masak​: yes, now I see it.
masak​: rakudo​: my %h=<a b c> Z 1,2,3; say +%h
p6eval​: rakudo c4857a​: OUTPUT«3␤»
masak​: odd.
finanalyst​: shall i report a bug?
masak​: please do.

This is fixed​:

01​:02 <[Coke]> rakudo​: my %h=<a b c> Z 1,2,3; for %h { .say }
01​:02 <p6eval> rakudo 67778a​: OUTPUT«a 1␤b 2␤c 3␤»

Assigning to moritz++ for testing.
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 24, 2011

From @kyleha

Test committed roast​: 25a71d3 | S16-io/bare-say.t

@p6rt
Copy link
Author

p6rt commented Mar 24, 2011

@kyleha - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant