Re: Bugs in guile-json builder

2019-01-02 Thread John Cowan
Filed all issues. On Wed, Jan 2, 2019 at 6:44 PM Aleix Conchillo FlaquƩ wrote: > Hi, > > On Wed, Jan 2, 2019 at 7:14 AM John Cowan wrote: > > > > I'm not sure where best to report these, so sending this email. > > > > Same as before, github issues should work. > > > JSON numbers have to be, in

Re: Bugs in guile-json builder

2019-01-02 Thread Aleix Conchillo FlaquƩ
Hi, On Wed, Jan 2, 2019 at 7:14 AM John Cowan wrote: > > I'm not sure where best to report these, so sending this email. > Same as before, github issues should work. > JSON numbers have to be, in Scheme terms, either exact integers or inexact > reals excluding +inf.0, -inf.0, and +nan.0. Guil

Bugs in guile-json builder

2019-01-02 Thread John Cowan
I'm not sure where best to report these, so sending this email. JSON numbers have to be, in Scheme terms, either exact integers or inexact reals excluding +inf.0, -inf.0, and +nan.0. Guile-json will blithely output any of these three as well as 1/2, 3.4+5.6i, etc., which will not work with other