[perl #128264] [JVM] Failing test for calling .Num on Rat with denominator of zero

2016-05-27 Thread Christian Bartolomaeus via RT
On Fri May 27 04:40:05 2016, elizabeth wrote: > > > The following code started to fail on rakudo-j: > > > > $ perl6-j -e '(3/0).Num' > > java.lang.ArithmeticException: BigInteger divide by zero > > in block at -e line 1 > > > > The test still passed on commit a5c46bb7f4 (2016-05-25) and fails on

Re: [perl #128270] [BUG] NFG + :ignoremark = negative codepoint error

2016-05-27 Thread Brandon Allbery
Sigh, hit wrong thing while trying to paste... [27 17:32] m: my $x = "áéć"; $x ~~ s:ignoremark/a/a/; $x.say [27 17:32] rakudo-moar e5bd09: OUTPUT«aéć␤ [27 17:32] » [27 17:32] not quite the same thing though [27 17:33] o.O [27 17:33] m: my $x = "áéć"; $x ~~ s:g:ignoremark/(<[ace]>)/$0/; $x.sa

[perl #128270] [BUG] NFG + :ignoremark = negative codepoint error

2016-05-27 Thread via RT
# New Ticket Created by Brandon Allbery # Please include the string: [perl #128270] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128270 > -- brandon s allbery kf8nh sine nomine associates allbe

[perl #128268] "Could not find symbol" error occurs when you use module A::B::C within A::B's class definition

2016-05-27 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #128268] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128268 > I found this issue when trying to use XML::Query; the attached tarball has a golfed-down ex

Re: [perl #128264] [JVM] Failing test for calling .Num on Rat with denominator of zero

2016-05-27 Thread Elizabeth Mattijsen
> On 27 May 2016, at 06:29, Christian Bartolomaeus (via RT) > wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #128264] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128264

Re: NativeCall interface for a char ** argument

2016-05-27 Thread Fernando Santagata
On Fri, May 27, 2016 at 11:20 AM, Moritz Lenz wrote: > In my experience, "is rw" doesn't always work, and I have no idea when > or why. > > In DBIish (a DB interface with backends for PostgreSQL, mysql, sqlite3 > and Oracle, iirc) we tend to use CArray[Str] for the parameters, see for > example >

Re: NativeCall interface for a char ** argument

2016-05-27 Thread Moritz Lenz
Hi, On 25.05.2016 17:35, Fernando Santagata wrote: > Hello, > > Please excuse my naivety, I'm trying to use NativeCall to interface a > Perl6 program with a C library and I have a problem mapping a char ** > argument. > > The C function has this prototype: > > void function(char **arg1, char **