Re: [PATCH] additional tests for fp*+

2022-05-19 Thread felix . winkelmann
> On Thu, May 19, 2022 at 12:01:43PM +0200, felix.winkelm...@bevuta.com wrote: > > These tests were contributed by Christian Himpe. > > > +;;; Tests contributed by Christian Himpe: > > + > > +;; dummy testee > > +(define (fp*+ a b c) > > + (+ (* a b) c)) > > + > > IIUC that means these tests aren'

Re: [PATCH] additional tests for fp*+

2022-05-19 Thread Peter Bex
On Thu, May 19, 2022 at 12:01:43PM +0200, felix.winkelm...@bevuta.com wrote: > These tests were contributed by Christian Himpe. > +;;; Tests contributed by Christian Himpe: > + > +;; dummy testee > +(define (fp*+ a b c) > + (+ (* a b) c)) > + IIUC that means these tests aren't actually exercisin

[PATCH] fix #1797

2022-05-19 Thread felix . winkelmann
This patch addresses the unnecessary interning in char-comparison procedures. felix From 32fabd2032bb65ace901fb4e1e42da3b2634c3ff Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 19 May 2022 12:00:24 +0200 Subject: [PATCH] avoid interning parent procedure name in character-comparators unnecessa

[PATCH] additional tests for fp*+

2022-05-19 Thread felix . winkelmann
These tests were contributed by Christian Himpe. felix From 071e1d06c98b6f7112495026b405b83901adcbed Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 19 May 2022 11:52:25 +0200 Subject: [PATCH] added tests for "fp*+", contributed by Christian Himpe Signed-off-by: felix --- tests/library-tests.