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

Strange set concatenation behavior #2585

Closed
p6rt opened this issue Dec 26, 2011 · 5 comments
Closed

Strange set concatenation behavior #2585

p6rt opened this issue Dec 26, 2011 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Dec 26, 2011

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

Searchable as RT107022$

@p6rt
Copy link
Author

p6rt commented Dec 26, 2011

From ian@ianhenderson.org

At the interactive prompt​:

set (set <a b c>), <c>
set("a", "b", "c")
my $s = set <a b c>; set $s, <c>
set("a", "b", "c", "c")

I would expect both of these to give set("a", "b", "c").

Rakudo was built from an up-to-date FreeBSD ports tree.
perl6 --version gives​: This is Rakudo Perl 6, version 2011.07 built on parrot 3.6.0 0

- Ian

@p6rt
Copy link
Author

p6rt commented May 29, 2012

From @diakopter

On Sun Dec 25 19​:50​:19 2011, ian@​ianhenderson.org wrote​:

At the interactive prompt​:

set (set <a b c>), <c>
set("a", "b", "c")
my $s = set <a b c>; set $s, <c>
set("a", "b", "c", "c")

I would expect both of these to give set("a", "b", "c").

Rakudo was built from an up-to-date FreeBSD ports tree.
perl6 --version gives​: This is Rakudo Perl 6, version 2011.07 built on
parrot 3.6.0 0

- Ian

seems fixed. marking testneeded.

18​:49 <diakopter> r​: my $s = set <a b c>; say set $s, <c>
18​:49 <p6eval> rakudo 024843​: OUTPUT«set(a, b, c)␤»
18​:49 <diakopter> r​: my $s = set <a b c>; say set($s, <c>)
18​:49 <p6eval> rakudo 024843​: OUTPUT«set(a, b, c)␤»

@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 Jul 15, 2012

From @bbkr

Tests in

Raku/roast@f7a2e336c5

@p6rt
Copy link
Author

p6rt commented Jul 15, 2012

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

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

No branches or pull requests

1 participant