On Tue, Nov 1, 2016 at 12:01 PM, Itsuki Toyota wrote:
> I think I properly call the MeCab functions from Perl 6(e.g.
> $model.create-tagger, $model.create-lattice) according to the above
> instructions.
> So I think something is wrong in the NativeCall.
>
Not sure NativeCall even knows about TLS
On Tue, Nov 1, 2016 at 12:01 PM, Itsuki Toyota wrote:
> I think I properly call the MeCab functions from Perl 6(e.g.
> $model.create-tagger, $model.create-lattice) according to the above
> instructions.
> So I think something is wrong in the NativeCall.
>
Not sure NativeCall even knows about TLS
On Sat Oct 08 19:08:38 2016, liu...@360.cn wrote:
> Sporadic behavior as below is observed when the following code is
> executed. Basically it is a situation of invoking emit for the same
> supplier by multiple (in this case, two) on demand supplies.
>
> liukan@candor:~/Code$ cat golfed.pl6
> my $
# New Ticket Created by Itsuki Toyota
# Please include the string: [perl #129994]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129994 >
I'm creating a Perl 6 bindings for MeCab ( http://taku910.github.io/mecab/ )
See the fo
On Sun Oct 23 18:01:55 2016, d...@theschrags.net wrote:
> This probably is an issue with moarvm.
>
It was indeed.
> When trying to benchmark the concurrent and non-concurrent versions of
> Damien Conway's 'bogosort' algorithm, I ran into numerous problems with
> Rakudo Star 2016.07 - depending