[perl #126531] [JVM] not throwing X::Parameter::RW

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126531] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126531 > Many tests in S03-operators/increment.t are throwing ad hoc exceptions instead of

[perl #126530] [JVM] Can't concatenate Bufs

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126530] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126530 > See S03-operators/buf.t Both of these fail: ok $a ~ $b eq Buf.new(1, 2, 3, 1, 2, 3, 4),

[perl #124872] Roast rakudo skip/todo test:./S05-mass/properties-general.t line:816 reason: Unicode spec change in v6.1

2015-10-31 Thread Will Coleda via RT
These todo tests are fudged for the JVM only and are now passing. Removed the fudge, closing ticket. -- Will "Coke" Coleda

[perl #126510] [BUG] >>~>> with a List of Pair on the left gets confused and starts talking about the Pairs being immutable in Rakudo

2015-10-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #126510] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126510 > m: say >>~>> "foo" rakudo-moar 36c4c6: OUTPUT«(afoo bfoo cfoo)␤» m: say (:a, :b, :c)

[perl #126517] [JVM] can't have sub as implicit return of sub

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126517] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126517 > This dies, but only on the JVM: 13:41 < [Coke]> r: sub foo($a) { sub bar {} }; my

[perl #126518] [JVM] Can't round trip self referential arrays

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126518] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126518 > 14:02 < [Coke]> r: my $foo = [42 ]; $foo[1] = $foo; say $foo.perl; say

[perl #75646] [BUG] Null PMC access when typing a variable as ::foo in Rakudo

2015-10-31 Thread Will Coleda via RT
On Tue Oct 28 14:41:35 2014, barto...@gmx.de wrote: > The Null PMC access is gone, so I'm closing this ticket. > > The error message has changed slightly: > > $ perl6-m -e 'my ::foo $x; say $x' > Cannot type check against type variable foo > in any type_check at src/gen/m-Metamodel.nqp:297 >

[perl #126519] [JVM] shouldn't be able to set defaults on native ints

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126519] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126519 > 15:06 < [Coke]> r: use Test; throws-like 'my int $a is default(42)',

[perl #126520] Proxy objects - frequent FETCHs

2015-10-31 Thread via RT
# New Ticket Created by David Warring # Please include the string: [perl #126520] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126520 > Consider the following, which should be a simple and conventional use of Perl 6 Proxy

[perl #126522] The X and Z metaops don't respect Scalar containers as part of the 'single argument rule'

2015-10-31 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #126522] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126522 > S07 [https://github.com/perl6/specs/blob/master/S07-lists.pod] claims: "The single argument

[perl #126509] [BUG] passing arg of type Regex with closure produces unexpected results

2015-10-31 Thread via RT
# New Ticket Created by Andy Weidenbaum # Please include the string: [perl #126509] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126509 > Rakudo v6.b on Moar Linux x86_64 When passing a variable of type Regex containing a

[perl #126527] [JVM] [GLR] squish failure

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126527] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126527 > 20:41 < [Coke]> r: [[2, 3], [4, [5, 6]]]».squish.say 20:41 <+camelia> rakudo-jvm d98dc8:

[perl #126528] [JVM] Can't call HYPER, no signatures match

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126528] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126528 > S03-metaops/hyper.t has many failures of the form: Cannot call

[perl #126523] [MOAR] Method 'Int' not found for invocant of class 'Any'

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126523] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126523 > A few tests die with this on MOAR only (JVM is fine) is ::("GLOBAL")::('$x60'),

[perl #126523] Indirect symbol lookup failing

2015-10-31 Thread Will Coleda via RT
On Sat Oct 31 14:52:50 2015, coke wrote: > A few tests die with this on MOAR only (JVM is fine) > > is ::("GLOBAL")::('$x60'), 60, '::("GLOBAL") works'; > > is f2({ $::($caller)::($caller)::x }), 91, 'indirect CALLER::CALLER > works'; > > Method 'Int' not found for invocant of class 'Any' >

[perl #126524] [JVM] Proc::Async NYI

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126524] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126524 > -- Will "Coke" Coleda

[perl #126526] [JVM] expected that native ints can't hold bigints

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126526] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126526 > We might have to revisit this assumption if it's backend dependent: 19:28 < [Coke]> r:

[perl #126525] [JVM] (1..*).Capture.perl results in an NPE

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126525] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126525 > 18:52 < [Coke]> r: (1..*).Capture.perl 18:52 <+camelia> rakudo-moar 79efbb: ( no output )

[perl #126529] [JVM] Buf.pm infix:<~> bug; breaks IO::Socket

2015-10-31 Thread via RT
# New Ticket Created by Nick Logan # Please include the string: [perl #126529] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126529 > Using `$Blob1 ~= $Blob2` on jvm gives an error of "java.lang.RuntimeException: This type