Skip Menu |

This queue is for tickets about the JSON-PP CPAN distribution.

Report information
The Basics
Id: 118469
Status: resolved
Priority: 0/
Queue: JSON-PP

People
Owner: Nobody in particular
Requestors: jhi [...] iki.fi
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)

Attachments


Subject: [PATCH] patches for VAX (netbsd-vax)
The VAX floating point range is smaller than what IEEE 754 provides. The attached patches fix JSON-PP for VAX (the Perl 5.26 is expected to support netbsd-vax).
Subject: netbsd-vax-json-pp-patches.tgz

Message body not shown because it is not plain text.

On Sun Oct 23 00:46:05 2016, jhi@iki.fi wrote: Show quoted text
> The VAX floating point range is smaller than what IEEE 754 provides. > > The attached patches fix JSON-PP for VAX (the Perl 5.26 is expected to > support netbsd-vax).
Thanks. Applied to the master. As for the second patch, I tweaked it a bit to limit the change to be applied only to the VAX environment. https://github.com/makamaka/JSON-PP/commit/11a50da164861ac680a33e47481f42d0091bd923 https://github.com/makamaka/JSON-PP/commit/05743e612503d4316503c23edb9e326515df1da2
On Mon Oct 24 14:49:39 2016, ISHIGAKI wrote: Show quoted text
> On Sun Oct 23 00:46:05 2016, jhi@iki.fi wrote:
> > The VAX floating point range is smaller than what IEEE 754 provides. > > > > The attached patches fix JSON-PP for VAX (the Perl 5.26 is expected > > to > > support netbsd-vax).
> > > Thanks. Applied to the master. As for the second patch, I tweaked it a > bit to limit the change to be applied only to the VAX environment. > > https://github.com/makamaka/JSON- > PP/commit/11a50da164861ac680a33e47481f42d0091bd923 > https://github.com/makamaka/JSON- > PP/commit/05743e612503d4316503c23edb9e326515df1da2
Closed as 2.92 was released. Thanks.