[NOTICE] Main Development Branch Renamed from “nom” to “master”

2017-10-26 Thread zoffix
If you track latest rakudo changes by means of a local checkout of the development repository, please take notice that we renamed our unusually-named main development branch from nom to the more traditional name master See http://rakudo.org/2017/10/27/main-development-branch-renamed-fro

[perl #132290] [LTA] .gist of a Method does not always show its .name (.say for .^methods)

2017-10-26 Thread Zoffix Znet via RT
On Fri, 13 Oct 2017 20:09:41 -0700, alex.jakime...@gmail.com wrote: > Code: > say .name, “ – ”, .gist for .^methods > > Result: > from-iterator – from-iterator > from-slurpy – from-slurpy > from-slurpy-onearg – from-slurpy-onearg > from-slurpy-flat – from-slurpy-flat > new – new > to – to > from –

Announce: Rakudo Perl 6 compiler, Release #116 (2017.10)

2017-10-26 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the October 2017 release of Rakudo Perl 6 #116. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations o

Fw: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-26 Thread Shlomi Fish
Please reply to list if it's a mailing list post - http://shlom.in/reply . Begin forwarded message: Date: Thu, 26 Oct 2017 07:43:43 -0700 From: James Ellis Osborne III To: Shlomi Fish Subject: Re: Perl 6: Protecting Intellectual Property for Commercial Code As another aside (That's mostly wh

[perl #132316] [SEGV] Crash while running program (MongoDB module)

2017-10-26 Thread Zoffix Znet via RT
On Thu, 26 Oct 2017 06:04:51 -0700, alex.jakime...@gmail.com wrote: > FWIW, when toasting I observed double free or corruption when > installing both > BSON and MongoDB modules. The issue is really there, and should be > reproducible > by just running the tests. That said, I've been running BSON te

[perl #132316] [SEGV] Crash while running program (MongoDB module)

2017-10-26 Thread Zoffix Znet via RT
On Thu, 26 Oct 2017 06:04:51 -0700, alex.jakime...@gmail.com wrote: > FWIW, when toasting I observed double free or corruption when > installing both > BSON and MongoDB modules. The issue is really there, and should be > reproducible > by just running the tests. That said, I've been running BSON te

[perl #132316] [SEGV] Crash while running program (MongoDB module)

2017-10-26 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
FWIW, when toasting I observed double free or corruption when installing both BSON and MongoDB modules. The issue is really there, and should be reproducible by just running the tests. That said, I've been running BSON tests locally in a loop for hours with no luck.

Re: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-26 Thread Shlomi Fish
On Mon, 23 Oct 2017 10:57:20 -0700 James Ellis Osborne III wrote: > This particular app was .pyd files locked with calls to a C dll. Source > code is reconstructable but for an app of more than a few thousand lines > it's highly unlikely anyone is going to go rebuilding it all. > > If your goal