# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131829]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131829 >
Code:
say (1…∞).grep(* < 0)[^10]
Given that all of the values are t
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131831]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131831 >
The full issue and some discussion can be seen on zef's Issue
https://github.com/ugexe/ze
# New Ticket Created by Александр Кирюхин
# Please include the string: [perl #131830]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131830 >
I didn't tried to golf it yet, but since recent commits
IO::Socket::Async::SSL start
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131838]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131838 >
14:16 Zoffix m: "{$:x}"
14:16 camelia rakudo-moar 5d200f: OUTPUT: «5===SORRY!
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131839]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131839 >
cd $(mktemp -d); echo 'unit module Foo; BEGIN shell "dir", :out;' >
Foo.pm6; perl6 -I
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131840]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131840 >
cd $(mktemp -d); echo 'BEGIN sub {fail}()' > Foo.pm6; perl6 -I. -MFoo -e ''
===SOR
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131842]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131842 >
20:49 ufobat m: sub foo (|a, :%e) { a.perl.say }; foo(1, :e( a => 1))
20:49 camelia r
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131845]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131845 >
Since Seq is not a Positional type, *binding* it to a `@` variable is typecheck
error:
1
# New Ticket Created by Joshua
# Please include the string: [perl #131846]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131846 >
Previously this used to work
(1,2,3).combinations(2..*)
but now it fails with the error: Cann
# New Ticket Created by Joshua
# Please include the string: [perl #131847]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131847 >
An array of tokens used to be able to match like this:
my token foo { 'foo' };
my token bar {
# New Ticket Created by Darek Cidlinsky
# Please include the string: [perl #131841]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131841 >
A minimal example:
echo 'unit module Foo; die; CATCH { }' > Foo.pm6; perl6 -I.
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131853]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131853 >
17:55 Zoffix m: subset Fun of Callable where .signature :(Int --> Int); say
sub {} ~~
# New Ticket Created by Brad Gilbert
# Please include the string: [perl #131855]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131855 >
> Mix( 'a' => 0.3 ).roll
Type check failed in binding; expected Int but got Rat
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131856]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131856 >
Originally taken from:
https://stackoverflow.com/questions/45527881/why-does-and-affect-p
# New Ticket Created by Daniel Green
# Please include the string: [perl #131857]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131857 >
[22:44] m: sub foo(:color(:$colour)) { $colour + 1 }; my $s;
for ^100 { $s += foo(:c
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131858]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131858 >
Currently, this causes breakage in IO::String
zoffix@VirtualBox~$ perl6 -e 'class Z i
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131865]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131865 >
Code:
for .hyper { say 2 }
Result (2015.09-2015.06):
2
2
2
Result (
# New Ticket Created by Sam S.
# Please include the string: [perl #131870]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131870 >
When the same regex is used concurrently from multiple `start` threads,
looking up already mat
# New Ticket Created by Sam S.
# Please include the string: [perl #131871]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131871 >
This bug was found as a side-effect of RT #131870, but might be a
separate issue:
➜ awai
# New Ticket Created by Gabor Szabo
# Please include the string: [perl #131877]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131877 >
In Python one can pass a string to the exit() function that will be
displayed and the prog
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131879]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131879 >
After recent rakudo updates whateverables started having some problem
# New Ticket Created by Justin DeVuyst
# Please include the string: [perl #131881]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131881 >
I updated to:
[jdv@localhost ~]$ perl6 -v
This is Rakudo version 2017.07-144-gec7bc25
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131884]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131884 >
Code:
use Aoeu;
Result:
===SORRY!===
Could not find Aoeu at line 1 i
# New Ticket Created by Peter du Marchie van Voorthuysen
# Please include the string: [perl #131887]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131887 >
This is Rakudo version 2017.07 built on MoarVM version 2017.07
implem
# New Ticket Created by Evan Miller
# Please include the string: [perl #131888]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131888 >
I'm using the Rakudo nom and MoarVM master. A call to "await" on an array
of Promises is f
# New Ticket Created by Evan Miller
# Please include the string: [perl #131889]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131889 >
$ zef install Template6
$ git clone g...@github.com:scmorrison/uzu.git
$ cd uzu
$ perl6 t/
# New Ticket Created by Brian Chrzanowski
# Please include the string: [perl #131898]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131898 >
Hello All,
I was told on #perl6's irc channel on irc.freenode.net to put this in a
# New Ticket Created by Patrick Tonnerre
# Please include the string: [perl #131900]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131900 >
Hi,
context is :
MBP running macOS Sierra 10.12.6
RakudoStar dmg installed
This is R
# New Ticket Created by Christopher Bottoms
# Please include the string: [perl #131911]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131911 >
(This may be easier to read here: https://github.com/ugexe/zef/issues/200. The
on
# New Ticket Created by Brian Duggan
# Please include the string: [perl #131913]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131913 >
If I have these three files:
# test.p6
use lib '.';
use first;
say $foo;
# New Ticket Created by Sylvain Colinet
# Please include the string: [perl #131914]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131914 >
After some test against various release of rakudo it appear that there is a
huge step
# New Ticket Created by Sylvain Colinet
# Please include the string: [perl #131915]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131915 >
Similar to https://rt.perl.org/m/ticket/show?id=131914 it was noticed that
there is a
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131919]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131919 >
See this commit:
https://github.com/rakudo/rakudo/commit/9501edae4f7
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131923]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131923 >
Most command line tools support zero-separated input and output (grep
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131924]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131924 >
The issue happens in Email::Simple (one of its tests is now failing,
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131925]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131925 >
Code:
say so $*DISTRO.Str|$*KERNEL.Str ~~ /linux/
Result:
True
Cod
# New Ticket Created by Christopher Bottoms
# Please include the string: [perl #131927]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131927 >
When heredoc bodies are preceded by spaces, but the body itself contains a tab,
s
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131932]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131932 >
The first example below evaluates the code block, while the two examples after
it never d
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131934]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131934 >
This test is failing:
https://github.com/perl6/roast/blob/b0044b0751
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131935]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131935 >
See IRC log: https://irclog.perlgeek.de/perl6-dev/2017-08-20#i_150458
# New Ticket Created by Sam S.
# Please include the string: [perl #131936]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131936 >
It happens when `.made` is called on a Match on which `.make` was never
called:
say "a".
# New Ticket Created by Shoichi Kaji
# Please include the string: [perl #131940]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131940 >
(Please note that the following is available at gist too.
https://gist.github.com/skaji/b
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131945]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131945 >
I'd expect all three have the same behaviour (likely the last one, that cries
about alrea
# New Ticket Created by Sam S.
# Please include the string: [perl #131947]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131947 >
This works:
➜ role R [::T] { has T $.a = T }; say R[Int].new.a;
(Int)
But remov
# New Ticket Created by Sam S.
# Please include the string: [perl #131948]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131948 >
➜ sub f (::T --> T) { T.new }
➜ f Int;
Died with X::TypeCheck::Return
i
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131950]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131950 >
Submitting so that it does not slip through the cracks.
m: ("\c[COM
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #131956]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131956 >
$ 6 'my @a = ^5; @a[10]=42; .say for @a[]:v'
0
1
2
3
4
(Any)
(Any)
(Any)
(Any)
(An
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131961]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131961 >
The input file for this problem is ≈15 MB so please bear with externa
# New Ticket Created by Sam S.
# Please include the string: [perl #131962]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131962 >
➜ say (4 => Mu).kv;
Type check failed in binding to parameter 'val2';
expected
# New Ticket Created by David Warring
# Please include the string: [perl #131965]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131965 >
This is OK:
% perl6 -e'my $size = 2; my @xref[$size,3] = ([1,2,3], [4,5,6]); say @xref'
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131966]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131966 >
Code:
my int @x[-2**63];
say +@x
Result:
-9223372036854775808
See
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #131964]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131964 >
This is Rakudo version 2017.08-11-g6cec6b7 built on MoarVM version
2017.08.1-19-g151a256
i
# New Ticket Created by Martin Barth
# Please include the string: [perl #131970]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131970 >
m: my $c = "Some::Thing"; ::($c).new()
rakudo-moar f097e5: OUTPUT: «FailedActually th
# New Ticket Created by Martin Barth
# Please include the string: [perl #131971]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131971 >
class Foo {
has $.class is required;
method require-class {
try {
# New Ticket Created by Sam S.
# Please include the string: [perl #131973]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131973 >
Based on S05, these test-cases should all pass:
is "ab" ~~ / [ab | a ] b /, "ab", 'normal
# New Ticket Created by Benjamin Goldberg
# Please include the string: [perl #131974]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131974 >
This code:
m: role Callback[\T] { }; constant sorter_t = Callback[ :(Any, Any -->
# New Ticket Created by Sam S.
# Please include the string: [perl #131981]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131981 >
These should both pass:
my @a = ["a", ["b", "c"]];
is-deeply @a[1; 0], "b", 'mu
# New Ticket Created by J . David Lowe
# Please include the string: [perl #131983]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131983 >
This short program behaves dies on my system, apparently because the mixed-in
attribut
# New Ticket Created by J . David Lowe
# Please include the string: [perl #131985]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131985 >
This short program behaves strangely on my system:
```
#!/usr/bin/env perl6
use v6.c;
# New Ticket Created by Dan Zwell
# Please include the string: [perl #131972]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131972 >
Version: Rakudo version 2017.08-14-gf097e551b built on MoarVM version
2017.08.1-32-gcd41322e
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131994]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131994 >
This one is really old.
Code:
my int32 $x = -2147483648;
my Int $z =
# New Ticket Created by Shy Guy
# Please include the string: [perl #131991]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131991 >
*Description:*
Longest alternation seems to only evaluate the first nested alternation of
its
# New Ticket Created by Александр Кирюхин
# Please include the string: [perl #131996]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131996 >
This one is tough.
http://colabti.org/irclogger/irclogger_log/perl6?date=2017-08-30
# New Ticket Created by Sylvain Colinet
# Please include the string: [perl #131998]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131998 >
m: class A {;}; my A $a .= new(:name:); # lta error ?
rakudo-moar 3e1382: OUTPUT: «=
# New Ticket Created by Stephen Roe
# Please include the string: [perl #131997]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131997 >
This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53-g66c6dda
implementing
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132005]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132005 >
Command:
perl6 --target=parse -e 'say 25:'
Result:
===SORRY!===
Expe
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132006]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132006 >
Code:
say now.Instant
Result:
No such method 'Instant' for invocant
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132012]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132012 >
Code:
say +SIGUSR1
Result:
30
However, on my system SIGUSR1 is *no
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #132014]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132014 >
IRC: https://irclog.perlgeek.de/perl6/2017-09-01#i_15101726
If `^` or `«` is used in `` t
# New Ticket Created by Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
# Please include the string: [perl #132004]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132004 >
› perl6 -v
This is Rakudo version 2017.07 built on MoarVM version 2017.07
# New Ticket Created by Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
# Please include the string: [perl #132003]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132003 >
› perl6 -v
This is Rakudo version 2017.07 built on MoarVM version 2017.07
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132015]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132015 >
Code:
‘foo’.EVAL
Result:
===SORRY!=== Error while compiling /home/al
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132016]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132016 >
Command:
# run it and then send SIGINT (e.g. with Ctrl+C)
perl6 -e 'r
# New Ticket Created by Samantha McVey
# Please include the string: [perl #132020]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132020 >
"\c[arabic number sign]a".uc.say #> a
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132029]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132029 >
Here's the output when it fails:
ok 1 - Can do an atomic fetch from
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132030]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132030 >
<[Tux]> CSV tests started to fail
<[Tux]> # at t/90_csv.t line 260
<[
# New Ticket Created by Zefram
# Please include the string: [perl #132032]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132032 >
> (3, Nil)
(3 Nil)
> List.new(3, Nil)
(3 (Any))
It is possible (as it should be) to put Nil in
# New Ticket Created by Zefram
# Please include the string: [perl #132033]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132033 >
Since commit 167a0edf, Set.WHICH now hashes the concatenated .WHICHes
of the set's elements, pr
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #132034]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132034 >
https://irclog.perlgeek.de/perl6/2017-09-05#i_15118347
13:17 m: FOO: for 1 { ne
# New Ticket Created by Brandon Allbery
# Please include the string: [perl #132035]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132035 >
Seen in IRC:
[05 17:51:12] m: grammar { token TOP { :my $*v = 42; };
token foo { {d
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132039]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132039 >
Code:
Bool.enums.^name.say;
Order.enums.^name.say
Result:
Hash
Map
# New Ticket Created by Sam S.
# Please include the string: [perl #132041]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132041 >
Some diacritical marks are correctly escaped by `.perl` when they appear
at the beginning of t
# New Ticket Created by J . David Lowe
# Please include the string: [perl #132042]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132042 >
This short program hangs indefinitely on my system (after making progress.)
Tuning the
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #132043]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132043 >
IRC: https://irclog.perlgeek.de/perl6/2017-09-06#i_15127587
Steps to repro. Create a file
# New Ticket Created by Benjamin Goldberg
# Please include the string: [perl #132045]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132045 >
The following code samples work as expected:
m: use MONKEY; my $m = 'foo'; my $p =
# New Ticket Created by ugexe
# Please include the string: [perl #132044]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132044 >
The code below almost always results in "MoarVM panic: Internal error: Unwound
entire stack and
# New Ticket Created by Andrew Buchanan
# Please include the string: [perl #132047]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132047 >
> my @h
[]
> @h.splice: 0, 0, 1.Seq
[]
> @h[0].VAR.WHAT
(Int)
> @h[0] = 5
Cannot modi
# New Ticket Created by Andrew Buchanan
# Please include the string: [perl #132053]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132053 >
> my @h is default([])
[]
> @h[0].push: 3
[3]
> @h
[]
> @h[0]
[3]
> my %h is default(
# New Ticket Created by Andrew Buchanan
# Please include the string: [perl #132056]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132056 >
> role R[::T] { has T $.r is rw }
(R)
> R[Str].new.perl
No such method 'perl' for invo
# New Ticket Created by ugexe
# Please include the string: [perl #132050]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132050 >
while $(1,2) -> @_ { FIRST { say 42 }; say @_; last if ++$ }
# Too few positionals passed; expec
# New Ticket Created by Vittore Scolari
# Please include the string: [perl #132052]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132052 >
The following script:
use NativeCall :types;
class a {
method new(siz
# New Ticket Created by Vittore Scolari
# Please include the string: [perl #132051]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132051 >
The following script
role DataNo {
method Blob() {
my \T = uint8;
# New Ticket Created by Dan Zwell
# Please include the string: [perl #132066]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132066 >
`|` matches the longest input:
> 'ab' ~~ / ^:ratchet [ . | .. ] $ /
「ab」
If the regex conta
# New Ticket Created by David Warring
# Please include the string: [perl #132073]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132073 >
current behavior of isa method on a subset:
% perl6 -v
This is Rakudo version 2017.08-1
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132083]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132083 >
Two tests in Data::MessagePack started to fail:
Test Summary Report
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #132085]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132085 >
Spit tests are failing on HEAD (https://github.com/spitsh/spitsh).
E
# New Ticket Created by Vovan-VE
# Please include the string: [perl #132076]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132076 >
Hello. I'm using rakudo release 2017.07. I'm sure I hit a bug. I could not find
something sim
# New Ticket Created by Vittore Scolari
# Please include the string: [perl #132086]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132086 >
The following code works:
$ perl6 -e 'sub subr() { say "a"; my $c will leave { .say }
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #132089]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132089 >
This code throws this error, even though I don't seem to be using two unnamed
named param
# New Ticket Created by Sylvain Colinet
# Please include the string: [perl #132090]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132090 >
m: say num.^nativesize
rakudo-moar c4043b: OUTPUT: «No such method 'gist' for invoca
1 - 100 of 10122 matches
Mail list logo