Email list hosting service & mailing list manager

SRFI 146 implementation: missing case-lambda imports Sudarshan S Chawathe (15 Apr 2018 20:43 UTC)
Re: SRFI 146 implementation: missing case-lambda imports Marc Nieper-Wißkirchen (07 May 2018 13:26 UTC)
(very minor) Re: SRFI 146 implementation: missing case-lambda imports Sudarshan S Chawathe (11 Mar 2020 20:38 UTC)
Re: (very minor) Re: SRFI 146 implementation: missing case-lambda imports Marc Nieper-Wißkirchen (12 Mar 2020 08:56 UTC)

(very minor) Re: SRFI 146 implementation: missing case-lambda imports Sudarshan S Chawathe 11 Mar 2020 20:38 UTC

Very minor issue, and rather a "cold case" given the dates, but I think
there is still a remnant of this issue in the code in the main SRFI repo
at

  https://srfi.schemers.org/srfi-146/srfi-146.tgz

In particular, although (scheme case-lambda) is imported by
hamt-misc.sld, it is not imported by hamt-map.sld.

Regards,

-chaw

On 2018-05-07T13:26:32-0000 (Monday), Marc Nieper-Wißkirchen writes:
>
> Sudarshan S Chawathe <xxxxxx@eip10.org> schrieb am So., 15. Apr. 2018 um
> 22:43 Uhr:
>
> > Minor: I noticed (after Kawa complained) that hamt.scm and hamt-misc.scm
> > use case-lambda so I believe the (scheme case-lambda) library needs to
> > be imported by hamt.sld and hamt-misc.sld.
> >
>
> Will be fixed in next update.
>
>