Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    552ef19e
    DESTRUCTURING-BIND is confused sometimes if a circular list is · 552ef19e
    rtoy authored
    given.  We now compute the length more carefully, only checking if to
    see that the list has the desired minumum and maximum (if applicable)
    length.
    
    This bug was found with ironclad 0.10.
    
    (Remove DOTTED-LIST-LENGTH later.  We need it now to make
    bootstrapping easier.  I'm lazy.)
    552ef19e
    History
    DESTRUCTURING-BIND is confused sometimes if a circular list is
    rtoy authored
    given.  We now compute the length more carefully, only checking if to
    see that the list has the desired minumum and maximum (if applicable)
    length.
    
    This bug was found with ironclad 0.10.
    
    (Remove DOTTED-LIST-LENGTH later.  We need it now to make
    bootstrapping easier.  I'm lazy.)