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
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 –
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
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
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
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
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.
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