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

Set.perl doesn't round-trip iterables #5603

Open
p6rt opened this issue Aug 20, 2016 · 3 comments
Open

Set.perl doesn't round-trip iterables #5603

p6rt opened this issue Aug 20, 2016 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 20, 2016

Migrated from rt.perl.org#129015 (status was 'new')

Searchable as RT129015$

@p6rt
Copy link
Author

p6rt commented Aug 20, 2016

From zefram@fysh.org

set($((2,).Seq)).perl
set((2,).Seq)
set($((2,).Seq)).perl.EVAL.perl
set(2)

Failure of .perl.EVAL round-tripping. Set.perl's output isn't taking
account of the flattening imposed by the set constructor.

-zefram

@p6rt
Copy link
Author

p6rt commented Mar 10, 2017

From zefram@fysh.org

Set.new((2,).Seq,3).perl
set((2,).Seq,3)
Set.new((2,).Seq,3).perl.EVAL.perl
set(3,2)

Failure of .perl.EVAL to round-trip. Don't know which side of the trip
is at fault.

-zefram

@p6rt
Copy link
Author

p6rt commented Mar 10, 2017

From zefram@fysh.org

Oops, this is mostly a duplicate of [perl #​129015]. Sorry.

-zefram

@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