0.pre7.86.flaky7.4:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 12 Nov 2001 00:02:37 +0000 (00:02 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 12 Nov 2001 00:02:37 +0000 (00:02 +0000)
commit17d48b6525fdd5f188961c863e1d1f1d44d29107
tree819a0806582e0ea7af8e33dea4bf1bdf55e26a23
parente2b33e0d99f0f93263defcd2e0dffe20c4e388f3
0.pre7.86.flaky7.4:
(This version dies with an AVER failure in FIND-IN-PHYSENV
again, this time in xc of typep.lisp. Maybe, since
I'm now substantially more knowledgeable about
PHYSENVs than I was a few weeks ago, this will be
easier to debug.)
fixed bug which caused target-sxhash problem. PAIRLIS: "The
new pairs may appear in the resulting association list
in either forward or backward order." Egads. This is
why the xc dies in target-sxhash: It's not a problem
in &OPTIONAL handling, it's that I used (PAIRLIS ...)
in a recent rewrite of LABELS as though it were
(MAPCAR #'CONS ...), and the code breaks because
PAIRLIS reverses the order on me. So..
..Rewrite DEF-IR1-TRANSLATOR LABELS more thoroughly, so it
loses its dependence on the order of PLACEHOLDER-FENV.
BUGS
src/code/target-sxhash.lisp
src/compiler/ir1-translators.lisp
version.lisp-expr