Bug report: Regression, immediately invoked function expressions

Mark Evenson evenson at panix.com
Thu Oct 1 22:38:18 UTC 2020



> On Oct 1, 2020, at 00:22, Mark Evenson <evenson at panix.com> wrote:
> 
> 
> 
>> On Sep 30, 2020, at 23:06, Mark Evenson <evenson at panix.com> wrote:
>> 
>> 
>> 
>>> On Sep 30, 2020, at 02:56, Robert Munyer <2433647181 at munyer.com> wrote:
>>> 
>>> The function below works in CCL, CLISP, SBCL and ABCL 1.4.0,
>>> but not in ABCL 1.7.1.
> 
> […]
> 
>>> (defun add3 (foo)
>>>            ((lambda (bar)
>>>               ((lambda (baz)
>>>                  (1+ baz))
>>>                (1+ bar)))
>>>             (1+ foo)))
>> 
> 

Fixed as <https://github.com/armedbear/abcl/pull/304> aka <https://abcl.org/trac/changeset/15386>

Thanks ever so much for the exact bug report. 

-- 
"A screaming comes across the sky.  It has happened before but there is nothing 
to compare to it now."








More information about the armedbear-devel mailing list