On Sun, Apr 1, 2018 at 3:55 PM, Alex Shinn <xxxxxx@gmail.com> wrote:

On Wed, Mar 28, 2018 at 6:59 AM, Jim Rees <xxxxxx@gmail.com> wrote:

;; 1) number->string fails to do this in chibi for radix 10
(import (srfi 144))

(number->string (fladjacent 1.0 0.0)) ==> "1.0"
(number->string (fladjacent 1.0 2.0)) ==> "1.0"

This is a bug in chibi, I'll take a look.

Fixed.

-- 
Alex