[armedbear-devel] Bugs
    Mark Evenson 
    evenson at panix.com
       
    Sat Dec 28 15:21:38 UTC 2013
    
    
  
On Nov 5, 2013, at 12:38, Mark Evenson <evenson at panix.com> wrote:
> On 22/10/13 2026 , Faré wrote:
>> Testing ASDF found several bugs in ABCL.
>> 
>> cd ~/cl/asdf/
>> 
>> abcl --noinform --eval
>> '(or`#.(load(string`|test/script-support.lisp|)`:verbose():print())#.(asdf-test::exit-lisp`0))'
>> Failed to require  LOOP because 'Illegal function object: (bqv).'
>> 
>> Maximum error depth exceeded (11 nested errors) with 'Illegal function
>> object: (bqv).'.
>> 
>> 
>> abcl --noinform --eval
>> "(or'#.(load(string'|test/script-support.lisp|):verbose():print())#.(asdf-test::exit-lisp'0))"
>> 
>> So your backquote parser is broken somehow.
> 
> […]
> 
> Nope, not our backquote parser but [traced down to problems in how `--eval` arguments are evaluated][#334].
> 
> [#334]: http://abcl.org/trac/ticket/334
Yes, it was our backquote parser: fixed in [r14591][].  Now, on to the real ASDF bugs…
[r14591]: http://abcl.org/trac/changeset/14591
-- 
"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