[01:46] *** hulk joined
[01:47] *** kylese left
[02:15] *** hulk left
[02:15] *** kylese joined
[04:52] *** ponycat left
[06:13] *** Sgeo left
[06:50] *** belluzj joined
[06:51] *** belluzj left
[07:44] *** atcroft left
[07:58] *** atcroft joined
[08:21] <grondilu> m: ( my @[2; 3] = ((rand xx 3) xx 2) )[1;2]

[08:21] <camelia> rakudo-moar e17a1d43b: ( no output )

[08:21] <grondilu> m: say ( my @[2; 3] = ((rand xx 3) xx 2) )[1;2]

[08:21] <camelia> rakudo-moar e17a1d43b: OUTPUT: «0.6651975067727606␤»

[08:21] <grondilu> m: say ( constant @[2; 3] = ((rand xx 3) xx 2) )[1;2]

[08:21] <camelia> rakudo-moar e17a1d43b: OUTPUT: «===SORRY!=== Error while compiling <tmp>␤Missing initializer on constant declaration␤at <tmp>:1␤------> say ( constant @<HERE>[2; 3] = ((rand xx 3) xx 2) )[1;2]␤»

[08:22] <grondilu> constant shaped arrays are broken or something?

[09:02] *** apogee_ntv left
[09:52] *** abraxxa joined
[10:11] *** grondilu left
[10:12] <lizmat> could well be

