Email list hosting service & mailing list manager

fix to srfi-1 reference implementation Per Bothner (08 May 2017 19:56 UTC)
Re: fix to srfi-1 reference implementation Per Bothner (08 May 2017 20:17 UTC)
Re: fix to srfi-1 reference implementation John Cowan (08 May 2017 20:24 UTC)
Re: fix to srfi-1 reference implementation Per Bothner (08 May 2017 20:30 UTC)
Re: fix to srfi-1 reference implementation Taylor R Campbell (08 May 2017 22:08 UTC)
Re: fix to srfi-1 reference implementation Arthur A. Gleckler (08 May 2017 22:25 UTC)

Re: fix to srfi-1 reference implementation Taylor R Campbell 08 May 2017 22:08 UTC

Consider preserving the tabification in your diff -- that would make
the substantive change easier to see for reviewers.  Only one variable
rename is substantive to avoid shadowing, list-b ---> pair-b; the
others, = ---> elt= and list-a ---> pair-a are not, though the latter
is justifiable to make in the same patch.  Perhaps the word `tail' is
more appropriate than `pair' here, since tail-a is a tail of (and
possibly identical to) list-a and likewise tail-b/list-b.