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

reduce X parse fail #1110

Closed
p6rt opened this issue Jun 29, 2009 · 8 comments
Closed

reduce X parse fail #1110

p6rt opened this issue Jun 29, 2009 · 8 comments

Comments

@p6rt
Copy link

p6rt commented Jun 29, 2009

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

Searchable as RT67064$

@p6rt
Copy link
Author

p6rt commented Jun 29, 2009

From daniel@ruoso.com

<ruoso> rakudo​: say [~] [<a b c>] xx 3
<p6eval> rakudo 1831bd​: OUTPUT«a b ca b ca b c␤»
<ruoso> rakudo​: say [X] [<a b c>] xx 3
<p6eval> rakudo 1831bd​: OUTPUT«Statement not terminated properly at line
2, near "[<a b c>] "␤in Main (src/gen_setting.pm​:3257)␤»
<ruoso> std​: say [X] [<a b c>] xx 3
<p6eval> std 27309​: OUTPUT«ok 00​:03 38m␤»

@p6rt
Copy link
Author

p6rt commented Jun 30, 2009

From @jnthn

On Mon Jun 29 13​:45​:16 2009, druoso wrote​:

<ruoso> rakudo​: say [~] [<a b c>] xx 3
<p6eval> rakudo 1831bd​: OUTPUT«a b ca b ca b c␤»
<ruoso> rakudo​: say [X] [<a b c>] xx 3
<p6eval> rakudo 1831bd​: OUTPUT«Statement not terminated properly at line
2, near "[<a b c>] "␤in Main (src/gen_setting.pm​:3257)␤»
<ruoso> std​: say [X] [<a b c>] xx 3
<p6eval> std 27309​: OUTPUT«ok 00​:03 38m␤»

I've added in git 1831bd1 the stuff to parse this by making an entry in
the gen_meta_ops list. Seems to work - give it a spin. Also we should
get spectests before closing this - assigning to moritz++.

Thanks,

Jonathan

@p6rt
Copy link
Author

p6rt commented Jun 30, 2009

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

@p6rt
Copy link
Author

p6rt commented Jul 7, 2009

From @moritz

It's a bit hard to test meaningful semantics of [X] without slice
context, so I'm stalling the ticket for now.

Cheers,
Moritz

@p6rt
Copy link
Author

p6rt commented Jul 7, 2009

@moritz - Status changed from 'open' to 'stalled'

@p6rt
Copy link
Author

p6rt commented Dec 18, 2012

From @timo

There is a test for this in roast now, as of cdca426. It succeeds and
everything seems fine. Resolved.

@p6rt
Copy link
Author

p6rt commented Dec 18, 2012

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

@p6rt
Copy link
Author

p6rt commented Dec 18, 2012

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

@p6rt p6rt closed this as completed Dec 18, 2012
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