varint tests and fixes

2014-02-11 Thread Nicholas Clark
Attached are a first stab at some tests for native integer serialisation. They pass on the JVM, and on MoarVM (tested 64 bit and 32 bit Linux) with patching. Specifically the two commits from the branch maybe-varintfix plus the attached patch that fixes some varint serialisation bugs. The tests ar

Re: varint tests and fixes

2014-02-11 Thread Nicholas Clark
Oops, missed something On Tue, Feb 11, 2014 at 04:48:29PM +, Nicholas Clark wrote: > >From b20f8f328c6155019702cf44d27ed10a4251ac21 Mon Sep 17 00:00:00 2001 > From: Nicholas Clark > Date: Tue, 11 Feb 2014 17:40:54 +0100 > Subject: [PATCH] Fix various errors in varint serialisation code. > >

[perl #121229] [BUG] Unnecessary semicolon required after closing block brace in :my token declaration inside regex in Rakudo

2014-02-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #121229] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=121229 > The following gist is referred to by the IRC conversation: say "+123.456e10" ~~ /

Re: varint tests and fixes

2014-02-11 Thread Nicholas Clark
On Tue, Feb 11, 2014 at 04:48:29PM +, Nicholas Clark wrote: > Attached are a first stab at some tests for native integer serialisation. > They pass on the JVM, and on MoarVM (tested 64 bit and 32 bit Linux) with > patching. Specifically the two commits from the branch maybe-varintfix plus > the

[perl6/specs] 999d06: :my also allows line-final brace

2014-02-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 999d06d21a0a56823f80fd054871ec3b82efccae https://github.com/perl6/specs/commit/999d06d21a0a56823f80fd054871ec3b82efccae Author: Larry Wall Date: 2014-02-11 (Tue, 11 Feb 2014) Changed paths: M S05-reg