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

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

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