From: Nikodemus Siivola Date: Mon, 8 Nov 2010 12:42:01 +0000 (+0000) Subject: 1.0.44.4: make MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA build proper XEPs X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=83659744f9caa97aa83eb562d872b1c0127403c0;hp=83659744f9caa97aa83eb562d872b1c0127403c0;p=sbcl.git 1.0.44.4: make MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA build proper XEPs Bring MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA into closer alignment with MAKE-XEP. Specifically, cross-link the underlying function and the TL-XEP, and mark the TL-XEP for reanalysis. Fixes lp#310173 and lp#384892: * Show &REST arguments properly in backtraces. * Better type-derivation of function result types when the lambda-list is complex. ---