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

2016-05-17 Thread Christian Bartolomaeus via RT
This works now (again): $ perl6-j -e 'my Blob $a = "a".encode; my Blob $b = "b".encode; $a ~= $b; say $a.perl' utf8.new(97,98) I added this evaluation as a test to S03-operators/buf.t. I'm closing this ticket as 'resolved'.

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

2015-11-06 Thread Nick Logan via RT
On Sat Oct 31 19:42:22 2015, ug...@cpan.org wrote: > Using `$Blob1 ~= $Blob2` on jvm gives an error of > "java.lang.RuntimeException: This type does not support positional > operations" > > To reproduce: `my Blob $a = "a".encode; my Blob $b = "b".encode; $a ~= > $b; say $a.perl;` > > I added

[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