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

Slip objects deparse as List #4859

Closed
p6rt opened this issue Dec 13, 2015 · 5 comments
Closed

Slip objects deparse as List #4859

p6rt opened this issue Dec 13, 2015 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 13, 2015

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

Searchable as RT126897$

@p6rt
Copy link
Author

p6rt commented Dec 13, 2015

From zefram@fysh.org

$ perl6 -e 'slip(2,3).WHAT.say; slip(2,3).perl.EVAL.WHAT.say'
(Slip)
(List)

The .perl method on Slip ought to produce an expression that specifically
constructs a Slip object.

-zefram

@p6rt
Copy link
Author

p6rt commented Dec 13, 2015

From @lizmat

On 13 Dec 2015, at 20​:53, Zefram (via RT) <perl6-bugs-followup@​perl.org> wrote​:

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

$ perl6 -e 'slip(2,3).WHAT.say; slip(2,3).perl.EVAL.WHAT.say'
(Slip)
(List)

The .perl method on Slip ought to produce an expression that specifically
constructs a Slip object.

Thanks for the report.

Fixed with 82f273b65c9133f4389

There is some test breakage, but that will be fixed asap, so no further tests needed

Liz

@p6rt
Copy link
Author

p6rt commented Dec 13, 2015

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

@p6rt
Copy link
Author

p6rt commented Mar 7, 2018

From @zoffixznet

On Sun, 13 Dec 2015 13​:15​:56 -0800, elizabeth wrote​:

so no
further tests needed

Liz

And in addition it's covered by tests for another slip bug​:
Raku/roast@7eea834

Closing.

@p6rt p6rt closed this as completed Mar 7, 2018
@p6rt
Copy link
Author

p6rt commented Mar 7, 2018

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

@p6rt p6rt added the Bug 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