[perl #131829] Weird memory leakage of sequences and other things ( (1…∞).grep(* < 0)[^10] )

2017-08-02 Thread via RT
# 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

[perl #131831] Possible precomp issue: crash with `is a directory, cannot do '.open' on a directory` pointing to a sha1 hash of a dir

2017-08-02 Thread via RT
# 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

[perl #131830] [BUG] [REGRESSION] postcircumfix:<[ ]> with NativeCall is ambiguous

2017-08-02 Thread via RT
# 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

[perl #131838] [BUG] Error references $^foo variable instead of $:foo actually used

2017-08-04 Thread via RT
# 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!

[perl #131839] Missing serialize REPR function for REPR ConditionVariable (Lock::ConditionVariable)

2017-08-04 Thread via RT
# 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

[perl #131840] Code ref '' does not exist in serialization context

2017-08-04 Thread via RT
# 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

[perl #131842] [LTA] Error says wanted number of arguments is 1; passed 1

2017-08-04 Thread via RT
# 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

[perl #131845] Binding a Seq to a `@` variable tries to consume it first

2017-08-05 Thread via RT
# 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

[perl #131846] [BUG] combinations not accepting Inf/Whatever as upper bound (Regression)

2017-08-06 Thread via RT
# 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

[perl #131847] [BUG] Anon state var doesn't work in regex (Regression)

2017-08-06 Thread via RT
# 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 {

[perl #131841] [BUG] In a 'unit module', a 'die' along any CATCH block causes a compiler error

2017-08-07 Thread via RT
# 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.

[perl #131853] [LTA] Error when missing `~~` in where clause: This type (QAST::WVal) does not support positional operations

2017-08-07 Thread via RT
# 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 {} ~~

[perl #131855] Mix.roll doesn't work with fractional weights

2017-08-07 Thread via RT
# 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

[perl #131856] [@LARRY] Junctions don't junct when routine has a slurpy, leading to inconsistent behaviour with core routines

2017-08-07 Thread via RT
# 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

[perl #131857] Aliased named parameters broke in a recent MoarVM commit

2017-08-07 Thread via RT
# 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

[perl #131858] [REGRESSION] default $.nl-in on IO::Handle does not correctly work in subclasses

2017-08-08 Thread via RT
# 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

[perl #131865] [REGRESSION] Looping over a HyperSeq in sink context does nothing (for .hyper { say 2 })

2017-08-08 Thread via RT
# 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 (

[perl #131870] [CONC] Capture lookup inside regexes is not threadsafe

2017-08-09 Thread via RT
# 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

[perl #131871] [CONC] [REGEX] Regex code block closing over lexical variable, is not threadsafe

2017-08-09 Thread via RT
# 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

[perl #131877] better error message for exit("hello")

2017-08-10 Thread via RT
# 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

[perl #131879] [REGRESSION] Memory “leak”

2017-08-10 Thread via RT
# 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

[perl #131881] [BUG] json::tiny tests output bad text on latest build

2017-08-10 Thread via RT
# 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

[perl #131884] [LTA] Could not fine Aoeu at line 1, but line 1 of what? (use Aoeu)

2017-08-11 Thread via RT
# 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

[perl #131887] [BUG] method freeze(Pair:D:) changes object identity

2017-08-12 Thread via RT
# 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

[perl #131888] No such method 'cache' for invocant of type 'NQPMu'

2017-08-12 Thread via RT
# 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

[perl #131889] Segfault / malloc errors testing Uzu with latest Rakudo

2017-08-12 Thread via RT
# 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/

[perl #131898] Issue Installing DBIish

2017-08-15 Thread via RT
# 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

[perl #131900] [BUG] REPL issue defining new operator with Euro symbol

2017-08-15 Thread via RT
# 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

[perl #131911] [BUG] non-Perl 6 scripts in the module bin directory do not install in a runnable form

2017-08-16 Thread via RT
# 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

[perl #131913] EXPORT and is export behave differently with dynamic variables

2017-08-16 Thread via RT
# 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;

[perl #131914] [Regression] Rakudo/Moar taking more memory at launch.

2017-08-16 Thread via RT
# 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

[perl #131915] [Regression] Proc using more memory since being a Proc::Async

2017-08-16 Thread via RT
# 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

[perl #131919] [RFC] Returning Failure from failed P6-level .parse

2017-08-17 Thread via RT
# 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

[perl #131923] Proc::Async.stdout and zero-separated input ($proc.stdout.split(“\0”) … )

2017-08-18 Thread via RT
# 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

[perl #131924] [REGRESSION] \n\r and string concatenation improvements

2017-08-18 Thread via RT
# 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,

[perl #131925] Smartmatching a junction against a regex object vs m// (‘a’|‘b’ ~~ m/‘a’/)

2017-08-18 Thread via RT
# 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

[perl #131927] [BUG] heredoc body contains a tab that gets incorrectly converted to spaces

2017-08-18 Thread via RT
# 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

[perl #131932] Inconsistency: `&infix:<^^>` evaluates Callables, but regular `^^` doesn't

2017-08-19 Thread via RT
# 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

[perl #131934] Errata test fail S17-promise/allof.t

2017-08-20 Thread via RT
# 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

[perl #131935] Spesh issue with errata tests: complex.t, unpolar.t, rat.t, fatrat.t

2017-08-20 Thread via RT
# 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

[perl #131936] [REGRESSION] [REGEX] Match.made leaks a `NQPMu`

2017-08-20 Thread via RT
# 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".

[perl #131940] Proc::Async.bind-stdin leaves a unix socket open

2017-08-21 Thread via RT
# 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

[perl #131945] [LTA] Differring behaviours when using an outer-scope-declared var before declaring it in current scope

2017-08-22 Thread via RT
# 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

[perl #131947] [OO] Using a role parameter to constrain an uninitialized attribute, leaks a generic type object.

2017-08-22 Thread via RT
# 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

[perl #131948] Typename declared via type capture does not work in return type constraint

2017-08-22 Thread via RT
# 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

[perl #131950] [UNI] Combiners are counted as separate graphemes ( ("\c[COMBINING ACUTE ACCENT]" x 5).chars )

2017-08-22 Thread via RT
# 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

[perl #131956] Zen/Whatever slice ignore :v

2017-08-24 Thread via RT
# 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

[perl #131961] Built-in decoder is dropping bytes on the floor

2017-08-25 Thread via RT
# 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

[perl #131962] [REGRESSION] `Pair.kv`/`.keys`/.`values` dies if either the key or the value is `Mu`

2017-08-26 Thread via RT
# 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

[perl #131965] Shaped arrays can't have zero size

2017-08-26 Thread via RT
# 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'

[perl #131966] Shaped native arrays with negative sizes (my int @a[-9999999999999999])

2017-08-26 Thread via RT
# 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

[perl #131964] Regex anchors ^, ^^, $ and $$ confused in

2017-08-26 Thread via RT
# 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

[perl #131970] LTA error handling: shouldnt the Failure convert into an Exception

2017-08-27 Thread via RT
# 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: «Failed␤␤Actually th

[perl #131971] can not require ::($.member)

2017-08-27 Thread via RT
# 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 {

[perl #131973] [REGEX] Backtracking modifiers on individual atoms fail to override a regex-global `:ratchet` modifier.

2017-08-27 Thread via RT
# 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

[perl #131974] [BUG] Paramaterizing a role with a signature fails very strangely

2017-08-27 Thread via RT
# 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 -->

[perl #131981] [BUG] Multi-dim array subscript incorrectly returns a List when the indices are not of type Int

2017-08-28 Thread via RT
# 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

[perl #131983] [BUG] mixin thread safety

2017-08-28 Thread via RT
# 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

[perl #131985] [BUG] curly-brace interpolation thread safety

2017-08-28 Thread via RT
# 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;

[perl #131972] [BUG] misleading grammar error output when referring to a missing rule with a similarly named sub-rule

2017-08-28 Thread via RT
# 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

[perl #131994] [REGRESSION] int32 goes crazy on -2147483648 (my int32 $x = -2147483648; say $x * 1.0)

2017-08-29 Thread via RT
# 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 =

[perl #131991] [REGEX] Longest Alternation followed by an Alternation fails

2017-08-29 Thread via RT
# 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

[perl #131996] `unhandled Failure detected in DESTROY` on `require`

2017-08-30 Thread via RT
# 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

[perl #131998] [LTA] Not really good error with wrong class creation by passing a pair to a named arg to new

2017-08-30 Thread via RT
# 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: «=

[perl #131997] New Rakudo Star Bug

2017-08-30 Thread via RT
# 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

[perl #132005] --target=parse and : invocant syntax (say 25:)

2017-08-31 Thread via RT
# 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

[perl #132006] Instant.Instant is missing (say now.Instant)

2017-08-31 Thread via RT
# 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

[perl #132012] Numeric values of signals are wrong (say +SIGUSR1)

2017-09-01 Thread via RT
# 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

[perl #132014] [REGEX] Some Zero-Width assertion appear to not work in

2017-09-01 Thread via RT
# 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

[perl #132004] infinite loop with grammar

2017-09-01 Thread via RT
# 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

[perl #132003] grammar cannot parse from Blob/Buf

2017-09-01 Thread via RT
# 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

[perl #132015] [LTA] Backtraces for errors in EVAL print nonexistent paths (‘foo’.EVAL)

2017-09-01 Thread via RT
# 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

[perl #132016] Supply.merge and signals ( signal(SIGTERM).merge(signal(SIGINT)) )

2017-09-01 Thread via RT
# 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

[perl #132020] [UNI] Prepend character breaks case changing functions on MoarVM

2017-09-02 Thread via RT
# 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

[perl #132029] Floppage of atomic tests

2017-09-05 Thread via RT
# 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

[perl #132030] [REGRESSION] Broken Text::CSV tests and possibly other ecosystem fallout

2017-09-05 Thread via RT
# 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 <[

[perl #132032] [BUG] List.new loses Nil

2017-09-05 Thread via RT
# 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

[perl #132033] [BUG] Set.WHICH clashes due to hashing

2017-09-05 Thread via RT
# 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

[perl #132034] Presence of NEXT phasers interferes with labeled `next`

2017-09-05 Thread via RT
# 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

[perl #132035] [LTA] temp on an undeclared dynamic variable produces a not very helpful error

2017-09-05 Thread via RT
# 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

[perl #132039] [LHF] Bool.enums should give Map, not Hash (Bool.enums.^name.say)

2017-09-06 Thread via RT
# 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

[perl #132041] [UNI] Str.perl fails to escape certain lone diacritics at the start of the string.

2017-09-06 Thread via RT
# 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

[perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread via RT
# 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

[perl #132043] [IO] When IO::Notification is watching a file, the `path` attribute doubles the filename

2017-09-06 Thread via RT
# 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

[perl #132045] [BUG] Cannot use [] to parameterize a role unless it's known at compile time and it's a bareword.

2017-09-07 Thread via RT
# 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 =

[perl #132044] returning inside whenever block causes MoarVM panic

2017-09-08 Thread via RT
# 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

[perl #132047] [BUG] Splicing Seq into array installs immutable values

2017-09-10 Thread via RT
# 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

[perl #132053] [BUG] Autovivification on element with [] or {} as default causes "secret" keys

2017-09-10 Thread via RT
# 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(

[perl #132056] Role type parameter doesn't initialise properly

2017-09-10 Thread via RT
# 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

[perl #132050] [BUG] Strange behavior with FIRST + while block + required parameter

2017-09-10 Thread via RT
# 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

[perl #132052] [BUG] size passed as parameter to parametric Buf.new method die with error

2017-09-10 Thread via RT
# 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

[perl #132051] [BUG] Parametric type object passed as literal die with error

2017-09-10 Thread via RT
# 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;

[perl #132066] [BUG] Code blocks cause backtracking fail in `|` alternation with ratcheting

2017-09-11 Thread via RT
# 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

[perl #132073] [BUG] isa method errors when called on a subset type object

2017-09-12 Thread via RT
# 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

[perl #132083] [REGRESSION] Possible regression with native ints

2017-09-13 Thread via RT
# 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

[perl #132085] [REGRESSION] Possible regression after Match.(made|ast) changes

2017-09-13 Thread via RT
# 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

[perl #132076] next/last controls loop from exception stack instead of lexical loop

2017-09-13 Thread via RT
# 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

[perl #132086] [BUG] will leave {} variable trait does not compile inside modules

2017-09-14 Thread via RT
# 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 }

[perl #132089] Strange error: "Found named parameter '(unnamed)' twice in signature"

2017-09-14 Thread via RT
# 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

[perl #132090] NQPMu leaking out when calling nativesize on int and num type

2017-09-14 Thread via RT
# 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   2   3   4   5   6   7   8   9   10   >