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
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
# 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
# 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
> 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
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
>
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 **