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

.>>. no longer recognized as meaning the same as >>. in Rakudo #2139

Closed
p6rt opened this issue Sep 4, 2010 · 6 comments
Closed

.>>. no longer recognized as meaning the same as >>. in Rakudo #2139

p6rt opened this issue Sep 4, 2010 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Sep 4, 2010

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

Searchable as RT77670$

@p6rt
Copy link
Author

p6rt commented Sep 4, 2010

From @masak

<JimmyZ> rakudo​: say ( { 1 + 1 }, { 2 + 2 } ).>>.()
<p6eval> rakudo 52f9ea​: OUTPUT«===SORRY!===␤Confused at line 22, near
"say ( { 1 "␤»
<masak> not dot allowed before >> :)
<JimmyZ> alpha​: say ( { 1 + 1 }, { 2 + 2 } ).>>.()
<p6eval> alpha 30e0ed​: OUTPUT«Can only transform an Object to p6opaque␤ [...]
<JimmyZ> alpha​: say ( 1,2 ).>>.say
<p6eval> alpha 30e0ed​: OUTPUT«1␤2␤11␤»
<masak> huh.
<JimmyZ> It's allowed
<JimmyZ> by STD
<masak> I stand corrected.
<JimmyZ> std​: say ( 1,2 ).>>.say
<p6eval> std 32123​: OUTPUT«ok 00​:01 118m␤»
* masak submits rakudobug
<isBEKaml> std​: say ( { 1 + 1 }, { 2 + 2 } )>>.()
<p6eval> std 32123​: OUTPUT«ok 00​:01 118m␤»
<masak> rakudo​: say ( 1,2 ).>>.say
<p6eval> rakudo 52f9ea​: OUTPUT«===SORRY!===␤Confused at line 22, near
"say ( 1,2 "␤»

@p6rt
Copy link
Author

p6rt commented Mar 14, 2014

From @ShimmerFairy

<lue> rakudo​: say ( { 1 + 1 }, { 2 + 2 } ).>>.()
<camelia> rakudo-parrot 20193f, rakudo-jvm 20193f, rakudo-moar 20193f​: OUTPUT«2 4␤»

Tests using dotted hyperop appear in S02-lexical-conventions/unspace.t and S03-metaops/hyper.t

@p6rt
Copy link
Author

p6rt commented Mar 14, 2014

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

@p6rt
Copy link
Author

p6rt commented Oct 13, 2014

From @usev6

As Matthew mentioned this works now. .>>. and >>. behave the same again​:

$ perl6-m -e 'say ( { 1 + 1 }, { 2 + 2 } ).>>.().perl'
(2, 4)

$ perl6-m -e 'say ( { 1 + 1 }, { 2 + 2 } )>>.().perl'
(2, 4)

I added a test to S03-metaops/hyper.t with the following commit​: Raku/roast@109eb1445d

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 13, 2014

From @usev6

As Matthew mentioned this works now. .>>. and >>. behave the same again​:

$ perl6-m -e 'say ( { 1 + 1 }, { 2 + 2 } ).>>.().perl'
(2, 4)

$ perl6-m -e 'say ( { 1 + 1 }, { 2 + 2 } )>>.().perl'
(2, 4)

I added a test to S03-metaops/hyper.t with the following commit​: Raku/roast@109eb1445d

@p6rt p6rt closed this as completed Oct 13, 2014
@p6rt
Copy link
Author

p6rt commented Oct 13, 2014

@usev6 - 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