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

Unmatched parenthesis in dd output (dd (0..*).list) #5919

Closed
p6rt opened this issue Dec 27, 2016 · 4 comments
Closed

Unmatched parenthesis in dd output (dd (0..*).list) #5919

p6rt opened this issue Dec 27, 2016 · 4 comments
Labels
LHF Low-hanging fruit, easy to resolve

Comments

@p6rt
Copy link

p6rt commented Dec 27, 2016

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

Searchable as RT130416$

@p6rt
Copy link
Author

p6rt commented Dec 27, 2016

From @AlexDaniel

Code​:
dd (0..*).list

Result​:
(0, 1, 2, 3, 4, 5, 6, 7, 8, 9... (lazy list)

The first “(” is not matched. https://xkcd.com/859/

@p6rt
Copy link
Author

p6rt commented Dec 27, 2016

From @lizmat

Fixed with 796d6e1 , no tests needed (at least not in roast, as dd is not Perl 6 but Rakudo specific).

On 27 Dec 2016, at 21​:01, Aleks-Daniel Jakimenko-Aleksejev (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string​: [perl #​130416]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=130416 >

Code​:
dd (0..*).list

Result​:
(0, 1, 2, 3, 4, 5, 6, 7, 8, 9... (lazy list)

The first “(” is not matched. https://xkcd.com/859/

@p6rt
Copy link
Author

p6rt commented Dec 27, 2016

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

@p6rt
Copy link
Author

p6rt commented Dec 27, 2016

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

@p6rt p6rt closed this as completed Dec 27, 2016
@p6rt p6rt added the LHF Low-hanging fruit, easy to resolve label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LHF Low-hanging fruit, easy to resolve
Projects
None yet
Development

No branches or pull requests

1 participant