Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    9af20ab1
    In NODE-ENDS-BLOCK, set COMPONENT-REANALYZE, since we are introducing a · 9af20ab1
    ram authored
    new block which needs a DFN assigned.
    Added :ASSIGNMENT to various dispatches off of FUNCTIONAL-KIND.
    In DELETE-LAMBDA, remove the lambda from its tail-set.
    Whenever we try let conversion, try assignment conversion if it fails.
    Changed DELETE-RETURN not to delete the function from the tail set.
    Fixed DELETE-COMPONENT to set FUNCTIONAL-KIND to NIL before calling 
    DELETE-LAMBDA so that we can delete random kinds of lambdas.
    9af20ab1
    History
    In NODE-ENDS-BLOCK, set COMPONENT-REANALYZE, since we are introducing a
    ram authored
    new block which needs a DFN assigned.
    Added :ASSIGNMENT to various dispatches off of FUNCTIONAL-KIND.
    In DELETE-LAMBDA, remove the lambda from its tail-set.
    Whenever we try let conversion, try assignment conversion if it fails.
    Changed DELETE-RETURN not to delete the function from the tail set.
    Fixed DELETE-COMPONENT to set FUNCTIONAL-KIND to NIL before calling 
    DELETE-LAMBDA so that we can delete random kinds of lambdas.