> On 10 Oct 2016, at 05:19, Zoffix Znet via RT
> wrote:
>
> Looks like libtommath has now been fixed:
> https://github.com/libtom/libtommath/pull/57
>
> On Sat Oct 08 14:47:40 2016, timo wrote:
>> Apparently libtommath is known to leave some bits 0 when specific
>> conditions for the defines a
When does this happen exactly?
> On 10 Oct 2016, at 04:14, Eduardo CAPANEMA (via RT)
> wrote:
>
> # New Ticket Created by Eduardo CAPANEMA
> # Please include the string: [perl #129838]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Disp
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #129843]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129843 >
Code:
say “hello”[2]
Result:
Index out of range. Is: 2, should be in
# New Ticket Created by Sam S.
# Please include the string: [perl #129845]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129845 >
Calling `.dir` concurrently from multiple threads, results in some of
the IO::Path objects it r
This appears to be a MoarVM specific issue: I can’t get this script to fail on
the JVM backend.
The applicable code appears to be MVM_dir_read in src/io/dirops.c . Which
appears to take a thread context. On non-Win32 systems, it appears to be using
readdir_r() . For which I found a rather re
# New Ticket Created by
# Please include the string: [perl #129844]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129844 >
We can use a literal numeral or an Int with a sub that takes a native:
m: sub foo (int) { say "OK!
I solved it. I actually sent the report cause they said I should at the IRC
chat. Apparently, it was considered a poor error notification.
I had a quote with END and two spaces on the line. Removed the 2 spaces and
worked.
att,
On Mon, Oct 10, 2016 at 8:30 AM, Elizabeth Mattijsen via RT <
perl6-