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

Rakudo doesn't understand <-> pointy blocks #1672

Closed
p6rt opened this issue Apr 9, 2010 · 5 comments
Closed

Rakudo doesn't understand <-> pointy blocks #1672

p6rt opened this issue Apr 9, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Apr 9, 2010

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

Searchable as RT74182$

@p6rt
Copy link
Author

p6rt commented Apr 9, 2010

From @masak

<masak> std​: if 1 <-> $x {}
<p6eval> std 30351​: OUTPUT«ok 00​:01 107m␤»
<masak> rakudo​: if 1 <-> $x {}
<p6eval> rakudo 4c94d7​: OUTPUT«Missing block at line 11, near "" [...]
<jnthn> fejl
* masak submits rakudobug
<moritz_> rakudo​: <-> $x { }
<p6eval> rakudo 4c94d7​: OUTPUT«Confused at line 11, near "<-> $x { }" [...]ra
<moritz_> even easier
<moritz_> rw lambda NYI
<masak> I'll phrase the ticket accordingly.

@p6rt
Copy link
Author

p6rt commented May 29, 2012

From @diakopter

On Fri Apr 09 08​:47​:41 2010, masak wrote​:

<masak> std​: if 1 <-> $x {}
<p6eval> std 30351​: OUTPUT«ok 00​:01 107m␤»
<masak> rakudo​: if 1 <-> $x {}
<p6eval> rakudo 4c94d7​: OUTPUT«Missing block at line 11, near "" [...]
<jnthn> fejl
* masak submits rakudobug
<moritz_> rakudo​: <-> $x { }
<p6eval> rakudo 4c94d7​: OUTPUT«Confused at line 11, near "<-> $x { }"
[...]ra
<moritz_> even easier
<moritz_> rw lambda NYI
<masak> I'll phrase the ticket accordingly.

there are quite a few duplicates of this one.

@p6rt
Copy link
Author

p6rt commented May 29, 2012

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

@p6rt
Copy link
Author

p6rt commented Oct 17, 2012

From @masak

On Fri Apr 09 08​:47​:41 2010, masak wrote​:

<masak> std​: if 1 <-> $x {}
<p6eval> std 30351​: OUTPUT«ok 00​:01 107m␤»
<masak> rakudo​: if 1 <-> $x {}
<p6eval> rakudo 4c94d7​: OUTPUT«Missing block at line 11, near "" [...]
<jnthn> fejl
* masak submits rakudobug
<moritz_> rakudo​: <-> $x { }
<p6eval> rakudo 4c94d7​: OUTPUT«Confused at line 11, near "<-> $x { }"
[...]ra
<moritz_> even easier
<moritz_> rw lambda NYI
<masak> I'll phrase the ticket accordingly.

Now implemented.

<masak> rakudo​: <-> $x { }
<p6eval> rakudo 2fca74​: ( no output )

jnthn says there are spectests. Resolving ticket.

@p6rt
Copy link
Author

p6rt commented Oct 17, 2012

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

@p6rt p6rt closed this as completed Oct 17, 2012
@p6rt p6rt added the Todo label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant