not enough memory

2017-06-28 Thread Gabor Szabo
hi, I've got this "not enough memory" twice today while trying to upgrade some packages using zef. Once when I ran 'zef upgrade zef' and then again when I ran 'zef --debug upgrade Bailador'. In both cases the error was shown during the running of the tests. After running the first command again

[perl #131673] `is rw` on anon parameter causes "inconsistent bind result" error

2017-06-28 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131673] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131673 > Works as expected: 23:03 m: sub ($x is rw) {}(42) camelia rakudo

[perl #131653] [SEGV] segfault when attempting to profile the Rakudo compile

2017-06-28 Thread Timo Paulssen via RT
this was caused by instructions coming back from the dead, haunting usage counts by mysteriously dropping them by 1 or more, and then both the dead instruction and the lawful citizens of other blocks of code being executed by the local authorities. fixed with https://github.com/MoarVM/MoarVM/co

[perl #131653] [SEGV] segfault when attempting to profile the Rakudo compile

2017-06-28 Thread Timo Paulssen via RT
this was caused by instructions coming back from the dead, haunting usage counts by mysteriously dropping them by 1 or more, and then both the dead instruction and the lawful citizens of other blocks of code being executed by the local authorities. fixed with https://github.com/MoarVM/MoarVM/co

Re: [perl #131657] rakudobrew build moar fail

2017-06-28 Thread Timo Paulssen
the problem here is that we have a flag to ensure gcc explodes at us when we write code on linux that'd immediately explode on windows due to MSVC being somewhat archaic, but that flag is also set for third-party code, and since the arm dyncall stuff only gets tested once every few months at best,

Re: [perl #131657] rakudobrew build moar fail

2017-06-28 Thread Timo Paulssen via RT
the problem here is that we have a flag to ensure gcc explodes at us when we write code on linux that'd immediately explode on windows due to MSVC being somewhat archaic, but that flag is also set for third-party code, and since the arm dyncall stuff only gets tested once every few months at best,

[perl #131657] rakudobrew build moar fail

2017-06-28 Thread Zoffix Znet via RT
On Mon, 26 Jun 2017 04:45:38 -0700, frank576frank...@gmail.com wrote: > rakudobrew build perl6 fail > > platform : > Orange Pi PC (H3 Quad-core Cortex-A7 H.265/HEVC 4K) > DISTRIB_ID=Ubuntu 15.04 vivid > > https://gist.github.com/freakcoco/7d4b7f634288b9534fd926d9f0316e9c Hi, Did you ever succes

[perl #131657] rakudobrew build moar fail

2017-06-28 Thread Zoffix Znet via RT
On Mon, 26 Jun 2017 04:45:38 -0700, frank576frank...@gmail.com wrote: > rakudobrew build perl6 fail > > platform : > Orange Pi PC (H3 Quad-core Cortex-A7 H.265/HEVC 4K) > DISTRIB_ID=Ubuntu 15.04 vivid > > https://gist.github.com/freakcoco/7d4b7f634288b9534fd926d9f0316e9c Hi, Did you ever succes

[perl #131670] Some warnings don't respect $*ERR

2017-06-28 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #131670] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131670 > There are a class of warnings that do not emit their warnings on $*ERR, but always on the

Re: Version of a Module

2017-06-28 Thread Elizabeth Mattijsen
> On 28 Jun 2017, at 14:01, Martin Barth wrote: > but your approach means you have to state the version in the META6.json AND > in the Module.pm6 file again. This would be the similar to having $VERSION in > perl5. Shouldnt there be a simpler way? Isn’t that info available in %?RESOURCES somewh

Re: Version of a Module

2017-06-28 Thread Simon Proctor
See I'm using mi6 to generate my META6.json file from the report and it picks the version up from the module file. Other options like that seem sensible to me. Simon On Wed, 28 Jun 2017, 13:01 Martin Barth, wrote: > Hello, > > but your approach means you have to state the version in the META6.j

Re: Version of a Module

2017-06-28 Thread Martin Barth
Hello, but your approach means you have to state the version in the META6.json AND in the Module.pm6 file again. This would be the similar to having $VERSION in perl5. Shouldnt there be a simpler way? Am 28.06.2017 um 08:45 schrieb Fernando Santagata: Hi Martin, This works for me: File m