This is not a bug. $b is a container that contains the array @a, so @a !=:= $b.
:
An easy test is assigning to $b, and see if it's reflected in @a:
$ perl6 -e 'my @a = 1,2; my $b = @a.item; $b = 42; say @a'
[1 2]
# New Ticket Created by Itsuki Toyota
# Please include the string: [perl #130396]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130396 >
See the following results:
$ perl6 -e 'my @a = 1,2; my $b = @a.item; say $b =:= @a;'
F
It looks like according to the Unicode grapheme things, ‘degenerates’ do not
have to be accounted for in supported the spec.
> Ignore degenerates. No special provisions are made to get marginally better
behavior for degenerate cases that never occur in practice, such as an A
followed by an Indi
# New Ticket Created by Itsuki Toyota
# Please include the string: [perl #130395]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130395 >
See the following results:
$ perl6 -MTest -e 'my @a = 1,2; dd @a; dd @a.item;'
Array @a
Removed in C:\Users\winklest .perl6 and .zef and also C:\rakudo.
Deinstalled using msi and installed again.
Run panda install zef and zef install App::Mi6
C:\Users\winklest\.zef\store\p6c\packages.json I can not find but
C:\Users\winklest\.zef\store\p6c\packages.json exists with App::Mi6
inside.
# New Ticket Created by Steffen Winkler
# Please include the string: [perl #130391]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130391 >
Windows 7 Professional (Version 6.1 Build 7601 Service Pack 1)
Have done twice:
deins
On Fri, 30 Oct 2015 20:29:37 -0700, rayd...@cyberuniverses.com wrote:
> 22:35:18* raydiak | m: multi sub cross () {}
> 22:35:19 +camelia | rakudo-moar 36c4c6: OUTPUT«(signal SEGV)»
>
> gdb backtrace at
> https://gist.github.com/flussence/fe3f1f829e3947b68d98 courtesy of
> fluessence++
>
> htt
Based on your Facebook comments, you're also having issues with zef. Were you
able to fix it? Does it still show that error if you try to install another
module? Can you create directory C:\Users\winklest\.zef\store\p6c\ manually and
see if that makes it happy?
I don't have any issues with zef
Confirmed on same Windows version, despite it's working fine on Windows 10
--
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\zoffix>c:
C:\Users\zoffix>cd :\
The filename, directory name, or volume label syntax is incorrect.
C:\