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
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.
>
>
# 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" ~~ /
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
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