chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1425: and-let* is not 100% compatible with SRFI-2


From: Chicken Trac
Subject: [Chicken-janitors] #1425: and-let* is not 100% compatible with SRFI-2
Date: Sun, 12 Nov 2017 16:41:40 -0000

#1425: and-let* is not 100% compatible with SRFI-2
----------------------+--------------------------------
 Reporter:  LemonBoy  |                 Owner:
     Type:  defect    |                Status:  new
 Priority:  minor     |             Milestone:  someday
Component:  expander  |               Version:  4.12.0
 Keywords:            |  Estimated difficulty:  easy
----------------------+--------------------------------
 The case where the body is missing isn't handled according to the
 specification, eg:

 `(and-let* ()) => #<unspecified>` but it should return `#t`
 `(and-let* ((x 1))) => #<unspecified>` but it should return `1`

--
Ticket URL: <https://bugs.call-cc.org/ticket/1425>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]